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

Replace list item on drop #438

Open Omkarpatinge opened 6 years ago

Omkarpatinge commented 6 years ago

How to replace a list item if drop takes place exactly at the top of the item and not besides it?

nandoalvarado022 commented 6 years ago

I have a similar question.... I need update an item on drop, not add it. How can I drop my element over an actual item and update it?

MacGyver98 commented 5 years ago

Any answer...??? SAME! How update an element on target list?