Reputation: 708
I know there is the mouseEnter() function in emberjs, but I have failed to find a way to capture the mouseExit event. I would really appreciate some help.
Upvotes: 4
Views: 213
Reputation: 1327
I think you want mouseLeave().
mouseLeave()
Upvotes: 5