angular-ui / ui-slider

jQuery UI Slider for AngularJS
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html
MIT License
265 stars 176 forks source link

Allow other events than 'slide' to trigger the update #104

Closed arambert closed 8 years ago

arambert commented 8 years ago

This may be of use for others... I need this in my app because otherwise the value is not updated when the user only clicks (and do not slide) on the handle

arambert commented 8 years ago

Thank you :smile:

swaroopmurthy commented 8 years ago

@arambert What are some other events that are supported? I wanted something that would trigger once the mouse click is released (mouseup)

arambert commented 8 years ago

The events available are the ones of jQuery UI slider : http://api.jqueryui.com/slider/#event-change slidechange, slidecreate, slide (the default), slidestart, slidestop.

swaroopmurthy commented 8 years ago

thank you!

arambert commented 8 years ago

You're welcome !

Le 22 avr. 2016 à 21:54, swaroopmurthy notifications@github.com a écrit :

thank you!

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub