diff options
author | hwc487 | 2012-06-20 10:05:02 -0700 |
---|---|---|
committer | hwc487 | 2012-06-20 10:05:02 -0700 |
commit | 61baf7cb6127d62a22f6fffcd66f2010535f17c5 (patch) | |
tree | 924e39cf0bbdd4bc9039d57397ba873ae0eabf9c /js/components/menu/menu.reel/menu.html | |
parent | dde27659a9028c131884f0654f01206347512a81 (diff) | |
parent | fcb6309915161d16a74a4385b905742f35b7d62d (diff) | |
download | ninja-61baf7cb6127d62a22f6fffcd66f2010535f17c5.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Grid
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 | ||