aboutsummaryrefslogtreecommitdiff
path: root/js/stage/binding-view.reel/binding-view.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.html')
-rwxr-xr-xjs/stage/binding-view.reel/binding-view.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html
index 43fa0112..152345d4 100755
--- a/js/stage/binding-view.reel/binding-view.html
+++ b/js/stage/binding-view.reel/binding-view.html
@@ -21,7 +21,7 @@
21 "hudRepeater": { 21 "hudRepeater": {
22 "prototype": "montage/ui/repetition.reel", 22 "prototype": "montage/ui/repetition.reel",
23 "properties": { 23 "properties": {
24 "element": {"#": "hudRepetition"} 24 "element": {"#": "hudRepeater"}
25 }, 25 },
26 "bindings": { 26 "bindings": {
27 "objects": { 27 "objects": {
@@ -57,12 +57,12 @@
57 }, 57 },
58 "bindings": { 58 "bindings": {
59 "objectName": { 59 "objectName": {
60 "boundObject": {"@": "hudRepetition"}, 60 "boundObject": {"@": "hudRepeater"},
61 "boundObjectPropertyPath": "objectAtCurrentIteration.objectName", 61 "boundObjectPropertyPath": "objectAtCurrentIteration.objectName",
62 "oneway": true 62 "oneway": true
63 }, 63 },
64 "objectImage": { 64 "objectImage": {
65 "boundObject": {"@": "undoList"}, 65 "boundObject": {"@": "hudRepeater"},
66 "boundObjectPropertyPath": "objectAtCurrentIteration.objectImage", 66 "boundObjectPropertyPath": "objectAtCurrentIteration.objectImage",
67 "oneway": true 67 "oneway": true
68 } 68 }
@@ -76,11 +76,14 @@
76 76
77 77
78 <section data-montage-id="bindingView" class="bindingView"> 78 <section data-montage-id="bindingView" class="bindingView">
79 <div data-montage-id="hudRepetition" class="hudRepetition"> 79 <div data-montage-id="hudRepeater" class="hudRepetition">
80 <div data-montage-id="hud"> 80 <div data-montage-id="hud">
81 81
82 </div> 82 </div>
83 </div> 83 </div>
84 <div data-montage-id="nonVisualRepeater">
85 <div data-montage-id="nonVisualComponent"></div>
86 </div>
84 </section> 87 </section>
85 88
86</body> 89</body>