Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 442 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 442 Bytes

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