I have a draggable item and two sortable lists.This draggable item can be dragged into any of the sortable list. To implement this functionality i have used jquery + angular.
Sortable list is create via ng-repeat. The problem is when i drag the draggable item into sortable list, the other sortable list which is unrelated is also getting updated. So the dragged item is getting added into 2 sortable lists if i do it with only jquery it works fine, I have a larger functionality depending on this. pls help me solve this. Observation: When the item "Drag me down " is dragged into first set and debugged the *el* item children it shows the items of second list. live example http://jsbin.com/gonev/3/edit -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
