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

dndDragging dndDraggingSource classes added even dnd-nodrag used #404

Open hordesalik opened 7 years ago

hordesalik commented 7 years ago

I'm using next structure: ul[dnd-list] li[ng-repeat][dnd-draggable][dnd-nodrag] div div[dnd-handle]

when I'm trying to drag item [dnd-draggable] which is [dnd-nodrag], item is not dragging and this is right. But dndDragging and dndDraggingSource classes added and not removed. [dnd-handle] block works as expected