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
angular-slider directive unbinds all mousemove and mouseup event
listeners from the document when user finish sliding, thus effectively
unsubscribe rest of the code from aforementioned events. In order to
preserve external listeners only own event handlers are unbinded.
The text was updated successfully, but these errors were encountered:
viktor-shepel
changed the title
angular-slider unbinds all events listeners from document
angular-slider unbinds all event listeners from document
Mar 3, 2016
angular-slider directive unbinds all mousemove and mouseup event
listeners from the document when user finish sliding, thus effectively
unsubscribe rest of the code from aforementioned events. In order to
preserve external listeners only own event handlers are unbinded.
bug can be reproduced here - https://jsfiddle.net/8c31mpyd/
pull request - #32
The text was updated successfully, but these errors were encountered: