📜 ⬆️ ⬇️

AngularJS Drag and Drop module. No jQueryUI

Hello. My first post on Habré - do not judge strictly.

Drag and drop in AngularJS has never been supported at the native level, all that is now is wrappers for jQueryUI.
HTML5 DragAndDrop does not count - I'm talking about interface solutions. Draggable, droppable, rotatable, resizable elements are its components.

For some time I thought about this problem and decided to make a small contribution to the piggy bank of the super heroic AngularJS community.
Without further ado and not long thinking about the name, I present my brainchild: AngularDND .

Link to demo: urplanet.net/angular-dnd/demo/basic.html
Link to github: github.com/Tuch/angular-dnd
')

Features of version 0.1.0:




Directives:




Services:




jQuery extensions:




TODO:


Source: https://habr.com/ru/post/336666/


All Articles