fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

Drop in nested Divs #211

Open attiyafathalla opened 8 years ago

attiyafathalla commented 8 years ago

I working in system needs to add nested droppable divs dynamically so when i drop the element in the deepest child it dropped also in the parent div so what i can do to stop this behavior i know that in JQuery there is an option {greedy:true}. Is there any option like that in your directive

francoisgrogor commented 8 years ago

++++++1

I really need assistance with this. I have overlapping drop zones. When an item is dropped in within the overlapping area, both dropzones are triggered. I would like to be able to configure which dropzone has the priority. @attiyafathalla Did you resolve this?

afmmars commented 8 years ago

+1

francoisgrogor commented 8 years ago

See pull request : https://github.com/fatlinesofcode/ngDraggable/pull/224