-
Notifications
You must be signed in to change notification settings - Fork 438
Draggable clone #138
Comments
I didn't know about the draggable/#sortable combo but I think that an issue with a similar use case was submitted at some point. |
In the example you provided, the issue was that jquery-ui was loaded before jquery (as shown here). |
Thanks for the example! Working with your solution right now! |
I will just repost here:
Should this issue be considered resolved? |
Yes, thanks for the help! |
Im pretty new to Angular, and Im trying to recreate this demo: "http://jqueryui.com/draggable/#sortable" but with mutilple sorted lists.
I got the ui-sortable working on my local machine, but its not working on Plunker... :(
http://embed.plnkr.co/WP8UKJBRWKK3rGy6A4nJ/preview
I can get the buttom 4 lists sortable and draggable with them self, but I want to add a list on the top that can only drag items in de sortable lists. Also the items that are dragged are copied (Just like the example on jqueryui).
I tried using https://github.com/codef0rmer/angular-dragdrop but it didnt got it too work with this ui-sortable.
Anyone has an example or an draggable module that works with this ui-sortable? It needs too has clone function from draggable.
The text was updated successfully, but these errors were encountered: