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

added option to set upper and lower bounds that are higher/lower than the min/max #77

Closed jbarrus closed 9 years ago

jbarrus commented 9 years ago

This may not fit too many use cases but I needed it for a project. It's convenient if you have multiple sliders that line up on scale but you want to set an upper/lower bound on some of them. The demo.html file has been updated with a demo that includes some extra styling to see what is happening.