angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 444 forks source link

User-initiated changes to the ngModel should trigger $viewChangeListeners #538

Open NilsAtGoogle opened 6 years ago

NilsAtGoogle commented 6 years ago

When a user changes the underlying list, the typical model commit pipeline isn't triggered. Therefore, you cannot use ngChange or other directives that take advantage of $viewChangeListeners