How it should works:
Able to copy items from left container to right container.
Only right container should order items.
What's actually happening:
Ordering is enabled for both containers.
Array gets messed up when ordering. It displays duplicated items!
Drop-model events also not firing with this code:
$scope.$on('first-bag.drop-model', function (e, el, target, source) {
console.log("testing", el);
});
How it should works: Able to copy items from left container to right container. Only right container should order items.
What's actually happening: Ordering is enabled for both containers. Array gets messed up when ordering. It displays duplicated items! Drop-model events also not firing with this code:
What am I doing wrong?
This is the code example: https://embed.plnkr.co/11A5M9gfNrcjr1OtUBIo/