kamilkp / ng-nestable

Angular module for jQuery nestable plugin
http://kamilkp.github.io/ng-nestable
MIT License
62 stars 34 forks source link

// TODO: optimize as rebuilding is not necessary here by checking the el... #5

Closed tiran133 closed 9 years ago

tiran133 commented 9 years ago

...ement if its empty.

This allows you have two lists with the same group as soon one became empty the plugin stopped working couldn't drag elements back. Now thats fixed.