Install bower install --save angular-reorderable Usage Reordering items in $scope.collection based on item.rank proterty: <ul> <li ng-repeat="item in collection" reorderable="rank" reorderable-handle> [...] </li> </ul> Demo here