angular-ui-multi-sortable icon indicating copy to clipboard operation
angular-ui-multi-sortable copied to clipboard

Multiple calls on itemsChanged when using update: 'itemsChanged', and changing between lists

Open PatrikSoder opened this issue 11 years ago • 0 comments

I noticed since i want the model to be backed by a MVC API - application in the back.

However changing to a call on stop: 'itemsChanged' instead helped me for now ( i have to test further)

My version :

angular.module('ui').value('uiSortableConfig', { sortable: { connectWith: '.connectedSortable', //update: 'itemsChanged', stop: 'itemsChanged', } });

PatrikSoder avatar Sep 25 '13 08:09 PatrikSoder