Closed ObaidUrRehman closed 7 years ago
Need this functionality as well. Thanks!
In v 1.5.0 Added dragImage
input to the draggable
directive that takes image Url that is set when the item is being dragged. Later will expand this to custom elements. Closing this for now.
The
draggable
directive should take adragHelper
input that should be aTemplateRef
. One should be able to define this in the markup:and be able to use it as custom dragHelper. We should also add a default
dragHandler
that should be a clone of the element since the current one sometimes becomes too transparent to provide a good visual feedback.