mostr / angular-ui-multi-sortable

Angular directive for using jQuery multi-sortable
MIT License
62 stars 13 forks source link

Receive new item #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello,

First of all, thank you for your wonderful directive. Just wondering any plans to make it work in conjunction with jQuery draggable? I'm speaking about situation when sortable list receives new element. http://jqueryui.com/draggable/#sortable

Thank you.

mostr commented 9 years ago

I had no plans to work on this directive anymore as it was intended to support Angular 1.1.x versions. Do you still use 1.1? If not please take a look at https://github.com/angular-ui/ui-sortable. Folks there do pretty good job and might have what you need. If not let me know, I'll try to help you somehow.

ghost commented 9 years ago

Thank you for your answer. I've achieved similar result by using cloning feature. http://codepen.io/thgreasi/pen/qmvhG

mostr commented 9 years ago

Good to hear that, so I'm closing this one.