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

disable the dragging but enable the drag dropped event ! #483

Open k2ibegin opened 6 years ago

k2ibegin commented 6 years ago

Hi,

I am wondering if it is possible to allow a dragged element to drop on an element which has been disabled by dnd-disable-if tag. I have a situation where i want only source as disabled but the same element can be used as destination for dropping an element.

dnd-disable-if tag disables the element for both dragging and dropping !

Thanks