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

Creating Dropzone dynamically on drag and drop of element #420

Closed sushant1221 closed 7 years ago

sushant1221 commented 7 years ago

So I was wondering that is it possible to create new dropzone when a element is drag and dropped. With the current dnd-lisst can this be done? Right now i am creating new dropzone via ng-click. Any idea/help/suggestion on implementation of it.