diff options
author | Valerio Virgillito | 2012-06-19 22:36:36 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-19 22:36:36 -0700 |
commit | fcb6309915161d16a74a4385b905742f35b7d62d (patch) | |
tree | b226a0c335faaa698a98c93254c3ae53f7ff78cd /js/components/menu/menu.reel/menu.html | |
parent | b170ee5133e9ffdacacdf84274b4a1269804a274 (diff) | |
parent | ddeb291801a49b90062510d4e05f8531216cdff9 (diff) | |
download | ninja-fcb6309915161d16a74a4385b905742f35b7d62d.tar.gz |
Merge branch 'IKNINJA-1754' of github.com:mencio/ninja-internal
Conflicts:
js/components/menu/menu-entry.reel/menu-entry.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/menu/menu.reel/menu.html')
-rwxr-xr-x | js/components/menu/menu.reel/menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/menu/menu.reel/menu.html b/js/components/menu/menu.reel/menu.html index f18c1a0f..98ffa92c 100755 --- a/js/components/menu/menu.reel/menu.html +++ b/js/components/menu/menu.reel/menu.html | |||
@@ -44,7 +44,8 @@ | |||
44 | "element": { "#": "menuItem" } | 44 | "element": { "#": "menuItem" } |
45 | }, | 45 | }, |
46 | "bindings": { | 46 | "bindings": { |
47 | "data": {"<-": "@repetition.objectAtCurrentIteration"} | 47 | "data": {"<-": "@repetition.objectAtCurrentIteration"}, |
48 | "menuIsActive": {"<-": "@owner.active"} | ||
48 | } | 49 | } |
49 | }, | 50 | }, |
50 | 51 | ||