angular2-draggable
angular2-draggable copied to clipboard
Dragging between two containers.
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 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.