We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to bind the event in this slider ? specially when slider stops sliding.
The text was updated successfully, but these errors were encountered:
+1 Having the same problem. With a watcher I throw an event with every movement and I need the end value when it stops sliding.
Sorry, something went wrong.
Solved by using the angular directive attribute ng-mouseup.
There is an attribute called on-handle-up that calls the function you designate when the handle is released.
on-handle-up
https://github.com/danielcrisp/angular-rangeslider#-attributes
No branches or pull requests
how to bind the event in this slider ?
specially when slider stops sliding.
The text was updated successfully, but these errors were encountered: