You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Previous Title: "Empty item is inserted to array after reorder if there are non-sortable siblings"
If you setup ui-sortable to sort only some elements in the container (e.g. by configuring sortable with items: '> .sortable') and keep in sync with model via ng-model, there is a risk that new empty items will be inserted into the array.
Have a look at demo here. Grab the second item and put it before the first. The new empty item is created.