ngDraggable
ngDraggable copied to clipboard
assert that ngCancelDrag's postLink is executed after other directives with default priority
ran into an issue where children didn't get the ng-cancel-attribute because the ngCancelDrag's link function was executed before the other directive (in my case md-button from angular material). priority 1 asserts that the link function will be executed after other directives with default priority. maybe this is related to #57