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

Fixed ticks, added tooltip option #76

Closed joanrodriguez closed 8 years ago

joanrodriguez commented 9 years ago

Ticks The ticks on the slider were always calculated from 0 to max, regardless of the existence of a min value. I fixed that.

Tips I also added a "tip" option to add a tooltip in the handle, inspired by this good example: http://codepen.io/vherever/pen/JBqtb

PowerKiKi commented 9 years ago

Could you split the two modification in two different PR please ? and document the "tip" in the demo page. Then I'll merge.

PowerKiKi commented 8 years ago

Closing this because #98 was already merged for the tick part. A new PR should be created for the tips if you still need it.