angular-legacy-sortablejs
angular-legacy-sortablejs copied to clipboard
Moving item from one list to another - acts like clone
trafficstars
You can see the problem on the demo page: http://rubaxa.github.io/Sortable/
Go the the 2 lists for the Angular demo.
- Drag 1st element from left to right, see item still appears on left side
- Drag 2nd element from left to right, see error on console: "Cannot read property 'split' of undefined"
https://github.com/serjum/angular-legacy-sortablejs/commit/ff009b55eb7d73912dd2328544efc4e5e1a89f2e
@marioquake can you check out the PR?