diff options
author | Jose Antonio Marquez | 2012-02-05 22:48:26 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-05 22:48:26 -0800 |
commit | 17bda238bc6973832394c0ba8fb08da09557931e (patch) | |
tree | 4f703c7d30f01cf4cc24ba8737cab4e1beca7d38 /js/components/layout/documents-tab.reel | |
parent | 20803c71179bcffeaeaba4375bd06155d21dafe6 (diff) | |
parent | 62a5cad735a87d584272c6d4bf67328f2d4fa456 (diff) | |
download | ninja-17bda238bc6973832394c0ba8fb08da09557931e.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/components/layout/documents-tab.reel')
-rwxr-xr-x | js/components/layout/documents-tab.reel/documents-tab.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/components/layout/documents-tab.reel/documents-tab.html b/js/components/layout/documents-tab.reel/documents-tab.html index 94b2e46e..82ba8782 100755 --- a/js/components/layout/documents-tab.reel/documents-tab.html +++ b/js/components/layout/documents-tab.reel/documents-tab.html | |||
@@ -38,6 +38,11 @@ | |||
38 | "boundObjectPropertyPath": "objectAtCurrentIteration.name", | 38 | "boundObjectPropertyPath": "objectAtCurrentIteration.name", |
39 | "oneway": true | 39 | "oneway": true |
40 | }, | 40 | }, |
41 | "dirtyFlag": { | ||
42 | "boundObject": {"@": "repetition1"}, | ||
43 | "boundObjectPropertyPath": "objectAtCurrentIteration.dirtyFlag", | ||
44 | "oneway": true | ||
45 | }, | ||
41 | "active": { | 46 | "active": { |
42 | "boundObject": {"@": "repetition1"}, | 47 | "boundObject": {"@": "repetition1"}, |
43 | "boundObjectPropertyPath": "objectAtCurrentIteration.isActive", | 48 | "boundObjectPropertyPath": "objectAtCurrentIteration.isActive", |