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

Update for issue #83 where the range slider does not update when you type number into the text input. Also found issue with the range mins/max in this circumstance. #95

Closed jjbskir closed 8 years ago

jjbskir commented 8 years ago

The main issue related to this pull request is that the text input field was converting the array into a string, so we need to convert it back to a array when updating the model slider when we have a range.

Related to this, I have noticed other issues where the input fields are not friendly with the slider. For instance another issue occurs with example 14 and 15 with the upper bounds. If you type in a number into the input field, it disregards the bounds.

PowerKiKi commented 8 years ago

Released as 0.1.5