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

Range slider min value issue #70

Closed solenoo closed 9 years ago

solenoo commented 9 years ago

How can make my slider to go through a specific array of values. For instance - [1,2,5,6,10,12,13]

PowerKiKi commented 9 years ago

I would suggest the slider value is an index in an array where you keep the actual values you are interested in.