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 tick definition when min is other than 0 #98

Closed arambert closed 8 years ago

arambert commented 8 years ago

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

Splitting https://github.com/angular-ui/ui-slider/pull/76 in 2 PRs.

PowerKiKi commented 8 years ago

Released as 0.1.6

arambert commented 8 years ago

Thanks, the tip part is coming soon :wink: