logicbomb / lvlDragDrop

Native AngularJS drag and drop directive

Home Page:http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

Live Demo

Documentation

##UUID Service## A very simple service for working with UUIDs.

Live Demo

Documentation

dataTransfer hack

The jQuery event object does not have a dataTransfer property... true, but one can try:

jQuery.event.props.push('dataTransfer');

About

Native AngularJS drag and drop directive

http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/

License:MIT License


Languages

Language:JavaScript 100.0%