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.