logicbomb / lvlDragDrop

Native AngularJS drag and drop directive
http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/
MIT License
186 stars 92 forks source link

Update lvl-drag-drop.js #15

Closed tony-cocco closed 9 years ago

tony-cocco commented 9 years ago

Returning the DOM elements themselves causes a $parse:isecdom error in newer versions of AngularJS. Simply enough, let the dropped(...) callback handle fetching the elements.

See: https://github.com/logicbomb/lvlDragDrop/issues/14

logicbomb commented 9 years ago

Sorry I missed this, it's been addressed in commit 9b3ccfa