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

How do I get the model created when an element is copied? #447

Open marcelofuchs opened 6 years ago

marcelofuchs commented 6 years ago

Hello, I would like to know how to select the new element created in the copy. I have the source element, but I'm having trouble automatically selecting the new element in dropzone. How can I get the new element?