Skip to content

jdewit/ez-list

Repository files navigation

EZ-LIST

Another angular tree directive with tasty adjectives like draggable, droppable, connected, recursive, etc.

###Dependencies

Requires Interact.js

###Usage

angular.module('yourApp', ['ez.list'])

.controller('YourCtrl', function($scope) {
  $scope.list = {
    items: [
      {text: 'Bert'},
      {text: 'Ernie'}
    ]
  }:
});
  <div ez-list="list"></div>

###Demo

View DEMO.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published