Andrey Mironyuk
Andrey Mironyuk
Hi, I was curious to see if this feature was implemented? Is there now a way to retrieve the position of the element after its been dragged so that the...
Ok, I see, I'll try to do that. Also, I was wondering if this supports draggable handles? I was interested in a project that involved dragging elements and still being...
Hi, I was considering removing the 'draggable' and 'drag-keep-size' directive by watching a Boolean scope variable, but doing element.removeAttr('draggable').removeAttr('drag-keep-size'); removes the visible attributes from chrome devtools, but the element is...
@caitp thanks for the suggestions. JS is not my strong suit, and frankly, I don't know it too well. What do you mean by turn unlisten to the events? I...
Thanks, I have a feint idea of where to get started, but I'm not too familiar with event listeners. Could you provide an example of an even listener I would...
Hi, thanks for the help. So I believe I understand event listeners, but I'm not sure where I would call the method and how I can give it access to...
Thanks, I will try this and a few other things. I think my problem is that I have to review a few things first, like angular providers and try to...