diff options
author | Eric Guzman | 2012-06-11 13:27:17 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-11 13:27:17 -0700 |
commit | d6b46ba496c9c8974ae39bb476aea35bcd1ddaf1 (patch) | |
tree | ba337cc2359ceace84cf0e7af5f3f8371385def6 /js/panels/objects/objects-panel.reel/objects-panel.html | |
parent | 61f0af861fa61a5b0b52b4e3522a368ec3d6acf4 (diff) | |
download | ninja-d6b46ba496c9c8974ae39bb476aea35bcd1ddaf1.tar.gz |
Objects Panel - CSS and serialization update
Diffstat (limited to 'js/panels/objects/objects-panel.reel/objects-panel.html')
-rw-r--r-- | js/panels/objects/objects-panel.reel/objects-panel.html | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/js/panels/objects/objects-panel.reel/objects-panel.html b/js/panels/objects/objects-panel.reel/objects-panel.html index d68a59c0..17f414e8 100644 --- a/js/panels/objects/objects-panel.reel/objects-panel.html +++ b/js/panels/objects/objects-panel.reel/objects-panel.html | |||
@@ -27,11 +27,7 @@ | |||
27 | "arrayController": { | 27 | "arrayController": { |
28 | "prototype": "montage/ui/controller/array-controller", | 28 | "prototype": "montage/ui/controller/array-controller", |
29 | "bindings": { | 29 | "bindings": { |
30 | "content" : { | 30 | "content": {"<-": "@owner.objects"} |
31 | "boundObject": {"@": "owner"}, | ||
32 | "boundObjectPropertyPath": "objects", | ||
33 | "oneway": true | ||
34 | } | ||
35 | } | 31 | } |
36 | }, | 32 | }, |
37 | "objectComponent": { | 33 | "objectComponent": { |
@@ -40,16 +36,8 @@ | |||
40 | "element": {"#": "list-item"} | 36 | "element": {"#": "list-item"} |
41 | }, | 37 | }, |
42 | "bindings": { | 38 | "bindings": { |
43 | "sourceObject" : { | 39 | "sourceObject" : {"<-": "@repetition.objectAtCurrentIteration"}, |
44 | "boundObject": {"@": "repetition"}, | 40 | "identifier" : {"<-": "@repetition.objectAtCurrentIteration.identifier"} |
45 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
46 | "oneway": true | ||
47 | }, | ||
48 | "identifier" : { | ||
49 | "boundObject": {"@": "repetition"}, | ||
50 | "boundObjectPropertyPath": "objectAtCurrentIteration.identifier", | ||
51 | "oneway": true | ||
52 | } | ||
53 | } | 41 | } |
54 | } | 42 | } |
55 | 43 | ||