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

fix slider tip text in case of range slider #112

Closed osharper closed 8 years ago

osharper commented 8 years ago

fixed: when using data-tip option with range slider, tip of the unchanged handler displaying whole value (e.g. 0,4) instead of a single value (e.g. 0 when the max handler is sliding)