Drag-and-drop's module for AngularJS
Always pass on what you have learned.
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!