angular-rangeslider
angular-rangeslider copied to clipboard
how to bind event in this slider
how to bind the event in this slider ? specially when slider stops sliding.
+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.
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.
https://github.com/danielcrisp/angular-rangeslider#-attributes