angular-legacy-sortablejs
angular-legacy-sortablejs copied to clipboard
Fix for model being set to wrong value after move to/from list
trafficstars
The fix for issue #46 is rather simple.
The removed variable that's tracking objects that are removed from one list needed to be set to null in onEnd event.
I've also added the test for this issue.