kama-lvl-drag-drop
v1.0.0
Published
An easy to use, native, directive to enable drag/drop in your angular app. This directive has no dependency on jQuery or other frameworks, it does require a browser that supports the HTML5 drag/drop events.
Downloads
12
Readme
#Native AngularJs drag and drop directive#
An easy to use, native, directive to enable drag/drop in your angular app. This directive has no dependency on jQuery or other frameworks, it does require a browser that supports the HTML5 drag/drop events.
##UUID Service## A very simple service for working with UUIDs.
dataTransfer hack
The jQuery event object does not have a dataTransfer property... true, but one can try:
jQuery.event.props.push('dataTransfer');