Tuch / angular-dnd

Drag and Drop module for Super heroic 1.x AngularJS. Not jQueryUI. Touch supporting.
67 stars 25 forks source link

dnd-droppable="false" not prevents onDrop event #35

Closed Dimanoid closed 9 years ago

Dimanoid commented 9 years ago

Please see the example http://embed.plnkr.co/H59foIrIvaVn7nPLM1mO/preview second container has dnd-droppable="false", it correctly not calls onEnter and onLeave, but onDrop still fired.

Tuch commented 9 years ago

@Dimanoid fixed in 0.1.19 version

Dimanoid commented 9 years ago

gr8, ty