I am using angularjs and StrongLoop generated lb-services api to update my persisted store.
I have implemented move up and move down of items in Angular by applying to the $scope array, the simple solution documented here: https://stackoverflow.com/a/23391898/2249228
But now that my $scope
array has reordered elements and that my view is updated accordingly, I need to synchronize the $scope array with the db using lb-services api.
I have tried several solutions with no success. What would be a recommended approach?