aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu.reel/menu.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-19 11:30:15 -0700
committerValerio Virgillito2012-06-19 11:30:15 -0700
commitddeb291801a49b90062510d4e05f8531216cdff9 (patch)
tree6ba99855d11ccb48da48f519be9faed6fd80db68 /js/components/menu/menu.reel/menu.html
parent483ad57efcd6475776f580c3af5b60e6deeaf781 (diff)
downloadninja-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-xjs/components/menu/menu.reel/menu.html3
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