angular2-draggable icon indicating copy to clipboard operation
angular2-draggable copied to clipboard

Dragging between two containers.

Open mits87 opened this issue 7 years ago • 1 comments

Hi,

is it possible to do dragging between two containers like here: http://jsfiddle.net/didierg/QvRjL/ ?

if yes, then how can I do this? Could you add some demo?

Thank you!

mits87 avatar Mar 30 '18 04:03 mits87

@mits87 Though angular2-draggable is not designed to do the drag&drop job, we still have options to make it work. (movingOffset), (endOffset) and [position] is used to check and adjust the element's position. Anyway, I don't recommend you to use this module.

xieziyu avatar Apr 10 '18 04:04 xieziyu