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

Only set range if range setting is true #72

Closed dardub closed 9 years ago

dardub commented 9 years ago

If the range option is set to 'min' and the model value is undefined, it should not set the model value to an array.