/angular-dragdrop

A Native ( without jquery ) Drag and Drop directive for AngularJS using HTML5 Drag and Drop.

Primary LanguageJavaScript

#Angular-DragDrop

Angular-DragDrop is a native HTML5 Drag and Drop directive written in pure Angular with no dependency on Jquery.

This is based on the work done by Jason Turim. While this blog post was the inspiration for creating a native Drag and Drop solution, the intention was to create something that was more generic.

This implementation is mainly different from the one posted in the blog in the following areas :

  1. Angular-DragDrop does not create an isolate scope. This has huge benefits when it comes to working with other directives. NOTE : It also does not pollute the scope with any variables or functions.

  2. It does not depend on any kind of an ID attribute ( being either present or generated on the fly ).

  3. It allows one to create channels on which different drag and drop directive combinations can work on in the same page ( more on this later ) .

Pull requests are welcome.

Documentation

Bitdeli Badge