angular-dragula – Stepan Suvorov Blog https://stepansuvorov.com/blog Release 2.0 Thu, 29 Oct 2015 17:15:04 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.1 AngularJS drag&drop solution https://stepansuvorov.com/blog/2015/10/angularjs-dragdrop-solution/ https://stepansuvorov.com/blog/2015/10/angularjs-dragdrop-solution/#respond Fri, 23 Oct 2015 17:23:27 +0000 http://stepansuvorov.com/blog/?p=2882 Continue reading ]]> dragula

Dragula is a light weight library(or module) for applying drag&drop functionality on you application. There is also an official AngularJS adapter for it – angular-dragula.

It has quite strange module dependancy declaration:

[javascript]
var app = angular.module(‘my-app’, [angularDragula(angular)]);
[/javascript]

so I put an example on plunker to make it easy for you to start.

 

]]>
https://stepansuvorov.com/blog/2015/10/angularjs-dragdrop-solution/feed/ 0