fatlinesofcode / ngDraggable

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

Cancel dragging #198

Open AlexanderTserkovniy opened 9 years ago

AlexanderTserkovniy commented 9 years ago

I am trying to cancel dynamically the drag, how can I achieve this?

Do it like this: ng-drag="{{dynamicProperty}}"

AlexanderTserkovniy commented 9 years ago

Hey!

This issue could be closed. I have fixed this in this way:

instead of binding -> ng-drag="{{dynamicProperty}}" was need to be put simple reference -> ng-drag="dynamicProperty"

violetbobo commented 8 years ago

thanks

guylhermetabosa commented 8 years ago

Thanks a lot.