diff options
Diffstat (limited to 'js/components/menu/menu.reel/menu.html')
-rwxr-xr-x | js/components/menu/menu.reel/menu.html | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/js/components/menu/menu.reel/menu.html b/js/components/menu/menu.reel/menu.html index 49956f8a..7f2aeeef 100755 --- a/js/components/menu/menu.reel/menu.html +++ b/js/components/menu/menu.reel/menu.html | |||
@@ -21,11 +21,7 @@ | |||
21 | "automaticallyOrganizeObjects": false | 21 | "automaticallyOrganizeObjects": false |
22 | }, | 22 | }, |
23 | "bindings": { | 23 | "bindings": { |
24 | "content": { | 24 | "content": {"<-": "@menudata.topLevelMenu"} |
25 | "boundObject": {"@": "menudata"}, | ||
26 | "boundObjectPropertyPath": "topLevelMenu", | ||
27 | "oneway": true | ||
28 | } | ||
29 | } | 25 | } |
30 | }, | 26 | }, |
31 | 27 | ||
@@ -44,18 +40,8 @@ | |||
44 | "element": { "#": "menuItem" } | 40 | "element": { "#": "menuItem" } |
45 | }, | 41 | }, |
46 | "bindings": { | 42 | "bindings": { |
47 | "data": { | 43 | "data": {"<-": "@repetition.objectAtCurrentIteration"}, |
48 | "boundObject": {"@": "repetition"}, | 44 | "_menu": {"<-": "@repetition.menuComponent"} |
49 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
50 | "oneway": true | ||
51 | }, | ||
52 | "_menu": { | ||
53 | "boundObject": {"@": "repetition"}, | ||
54 | "boundObjectPropertyPath": "menuComponent", | ||
55 | "oneway": true | ||
56 | } | ||
57 | |||
58 | |||
59 | } | 45 | } |
60 | }, | 46 | }, |
61 | 47 | ||