ngDraggable icon indicating copy to clipboard operation
ngDraggable copied to clipboard

Cancel dragging

Open AlexanderTserkovniy opened this issue 9 years ago • 3 comments

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

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

AlexanderTserkovniy avatar Nov 07 '15 19:11 AlexanderTserkovniy

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"

AlexanderTserkovniy avatar Nov 08 '15 15:11 AlexanderTserkovniy

thanks

violetbobo avatar Dec 23 '15 08:12 violetbobo

Thanks a lot.

guylhermetabosa avatar Oct 13 '16 20:10 guylhermetabosa