fatlinesofcode / ngDraggable

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

Supporting canceling by data-ng-cancel-drag on element itself #260

Open markpyzhov opened 8 years ago

markpyzhov commented 8 years ago

If element (for example a[href]) has [data-ng-cancel-drag] instead of [ng-cancel-drag] it will be ignored for canceling effect (only child elements would be affected).