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 has been archived by the owner on Sep 8, 2020. It is now read-only.
I've got list with both a track by and and order by on it
Then i've got a product controller that will update the server when the product is updated. I need it to update also when I rearrange.
Previously I had this done just watching for the $index to change. But with the track by and order by the index value never updates.
I've managed to add sortableOptions to the ui-sortable and get the product i'm dragging to update... but this doesn't work for all of the other ones.
So how do I either get it to update $index or let me specify what to use as the index?
The text was updated successfully, but these errors were encountered: