DongShi / TQMS

Thoughts and issues
0 stars 0 forks source link

[UI D&D] how to support d&d in angular. #13

Open DongShi opened 9 years ago

DongShi commented 9 years ago

an general introduction of HTML5 D&D

DongShi commented 9 years ago

a html5 demo: http://html5demos.com/drag

DongShi commented 9 years ago

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!

DongShi commented 9 years ago

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.

DongShi commented 9 years ago

Also there is a variant to lvlDND: Angular-dragdrop https://github.com/angular-dragdrop/angular-dragdrop

DongShi commented 9 years ago

one solution built on top of Jquery UI. https://github.com/codef0rmer/angular-dragdrop

this one has 1k+ starings