/ngDragyoda

Drag-and-drop's module for AngularJS

Primary LanguageJavaScript

ngDragyoda

Drag-and-drop's module for AngularJS

alt tag

Always pass on what you have learned.

Quick start

    angular.module('<yourModule>', ['hDragyoda']);
    <div h-draggable>Draggable Element</div>
    <div h-droppable>Droppable Element</div>

To run the example, just type the npm command:

    npm i && bower i && npm start

Enjoy!