passy / angular-masonry

An AngularJS directive for Masonry.
https://passy.github.io/angular-masonry
MIT License
1.12k stars 216 forks source link

Updating a item in the ng-repeat places it at the end #173

Open jonpopp opened 8 years ago

jonpopp commented 8 years ago

I want to be able to update an item in the masonry grid and have it preserve the order. When i update that tile, it removes it from the grid and places it the end.

function that does the following: $scope.jobs[$scope.editedJobIndex] = changedJob;