Open DongShi opened 9 years ago
a html5 demo: http://html5demos.com/drag
this link is the cool lvlDragAndDrop for angular. https://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/ code is here: https://github.com/logicbomb/lvlDragDrop read on!
And this link is the D&D developement process for Plunker. Author is the creator of Plunker. https://www.codementor.io/angularjs/tutorial/how-to-build-drag-and-drop-directives-library code is here
note the name is angular-drag-drop, very similar to another one. https://github.com/ggoodman/angular-drag-drop keep reading.
Also there is a variant to lvlDND: Angular-dragdrop https://github.com/angular-dragdrop/angular-dragdrop
one solution built on top of Jquery UI. https://github.com/codef0rmer/angular-dragdrop
this one has 1k+ starings
an general introduction of HTML5 D&D