angular-reorderable

Re-order your collection over ng-repeat


Keywords
AngularJS, ngRepeat, ng-repeat, reorderable, sort
License
MIT
Install
bower install angular-reorderable

Documentation

Build Status

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