Yiannis Gkoufas
Yiannis Gkoufas

Reputation: 708

Capture MouseExit Event on EmberJS

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

Answers (1)

Tom Whatmore
Tom Whatmore

Reputation: 1327

I think you want mouseLeave().

Upvotes: 5

Related Questions