You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Having issues when adding multiple events to the eventProperty. After some debugging, I found that all events are correctly added to the _handlers property. However, when executing a handler function, the handler for the last function is all that fires.
For example, I have idle, dragend, and mouseout defined in my $scope's events. They all register events, but the handler for mouseout is fired on all events.
Spent a full morning and afternoon on this one, so any help is appreciated. Thanks!