danielcrisp / angular-rangeslider

Simple directive that creates a range slider for Angular, styled to match Bootstrap-styled form elements
danielcrisp.github.io/angular-rangeslider/
MIT License
223 stars 122 forks source link

ui rangeslider conflict with ui-sortable #92

Open ddxy opened 8 years ago

ddxy commented 8 years ago

Hi - I am using ui-sortable with ui-rangeSlider. I have a list of item to sort in a div. and I have the slider on the same page. Initially the sort and drag and drop works fine. But once you play with slider the ui-sortable stops working and I can not drag drop sort the lists any more.

Here is the link: http://codepen.io/anon/pen/wMwNOQ

After using the range-slider, i can sort the list one time and then it stopped working :(

thgreasi commented 8 years ago

Related to angular-ui/ui-sortable#406