Installation
The only dependency is AngularJs 1.5.0 or higher.
Install with NPM:
npm install tree-chooser --save
Add the file:
require('tree-chooser');
require('tree-chooser/dist/tree-chooser.css');
//or the old-fashioned way
< script src="lib/tree-chooser/dist/tree-chooser.js"></script>
< link rel="stylesheet" href="lib/tree-chooser/dist/tree-chooser.css">
Use the module:
angular.module('app', ['tree-chooser']);