marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

we need to change color droped items #402

Open vasupotnuru opened 7 years ago

vasupotnuru commented 7 years ago

i am trying to change color for droped items in one list to another list.

asitkumar414 commented 7 years ago

I have also same problems .I want to show dragged items in different color in another list so user can understand easily which item i have dragged and dropped and can update easily.

rondog commented 7 years ago

use the dnd-moved callback that calls a function that adds a class to the item that has been moved

asitkumar414 commented 7 years ago

Thanks rondog i solved issue i used dnd-inserted callback and call a function and finding index of new items and added class.