Skip to content

IcanDivideBy0/angular-reorderable

Repository files navigation

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