Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular-slider unbinds all event listeners from document #33

Open
viktor-shepel opened this issue Mar 3, 2016 · 0 comments
Open

angular-slider unbinds all event listeners from document #33

viktor-shepel opened this issue Mar 3, 2016 · 0 comments

Comments

@viktor-shepel
Copy link

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

@viktor-shepel viktor-shepel changed the title angular-slider unbinds all events listeners from document angular-slider unbinds all event listeners from document Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant