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

clone options object #93

Closed jjbskir closed 8 years ago

jjbskir commented 8 years ago

If you have multiple ui-slider's with different min/max values, but the same option object, the mix/max become the same for all the sliders. #92

PowerKiKi commented 8 years ago

I guess it would be best to handle the copy with https://docs.angularjs.org/api/ng/function/angular.copy, could you try and if it works force push the change ?

jjbskir commented 8 years ago

Ok, I just committed a version using angular copy.

PowerKiKi commented 8 years ago

released as 0.1.4