Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
PatrikSoder opened this issue Sep 25, 2013 · 0 comments

Comments

@PatrikSoder
Copy link

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',
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant