codef0rmer / angular-dragdrop

Implementing jQueryUI Drag and Drop functionality in AngularJS (with Animation) is easier than ever
http://codef0rmer.github.com/angular-dragdrop/#/
MIT License
1.78k stars 574 forks source link

Adds commonjs environment like support #336

Closed andrealbinop closed 2 years ago

andrealbinop commented 7 years ago

Adds code to support module bundlers for the web (such as webpack and browserify).

If require function is available, it's used to import angular and jquery dependencies. Otherwise it looks for them in window.

Additionally, karma dependency was updated since 0.X version don't support node 7.X (or superior).