I created a small pen to verify this behavior.
HTML 5 drag and drop API : If I drop a draggable object onto an area that has overlapping drop zones, only one drop will be fired. I assume its the drop for the highest stacked element.
ngDraggable API : 2 drop events will be fired. I don't believe that this the desirable behavior?