diff options
author | Valerio Virgillito | 2012-06-19 11:30:15 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-19 11:30:15 -0700 |
commit | ddeb291801a49b90062510d4e05f8531216cdff9 (patch) | |
tree | 6ba99855d11ccb48da48f519be9faed6fd80db68 /js/components/menu/menu.reel/menu.html | |
parent | 483ad57efcd6475776f580c3af5b60e6deeaf781 (diff) | |
download | ninja-ddeb291801a49b90062510d4e05f8531216cdff9.tar.gz |
IKNINJA 1754 menu not opening on hover
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 | ||