angular2-draggable
angular2-draggable copied to clipboard
dragging does not rearrange the original content
Let's say I have an array of list of fruits: ['Mango,'Apple','Orange'] When I drag them and console logs the array after dragging has stopped using (stopped) event, the original list remains unaltered.
Is there a way to update the original array item positions also?