angular-option-tree
v0.8.5
Published
Angular Option Tree =================== [![Code Climate](https://codeclimate.com/github/LeeChSien/angular-option-tree.png)](https://codeclimate.com/github/LeeChSien/angular-option-tree) [![Build Status](https://travis-ci.org/LeeChSien/angular-option-tree.
Downloads
3
Readme
Angular Option Tree
Distributed via
A directive to use jquery-option-tree with AngularJS.
Usage
- Install with bower:
bower install --save angular-option-tree
- Include
angular-option-tree.js.
- Add
option-tree
to you app modules. - Use the
option-tree
directive.
Basic Example
<form class="form-horizontal" role="form" ng-controller="Demo1Ctrl">
<input option-tree="tree_data" option-tree-class="form-contol">
</form>
option-tree: JSON object in angular controller scope.
option-tree-class: customize style for generated <select>
element.
Loading Remote Data (JSON)
<form class="form-horizontal" role="form" ng-controller="Demo4Ctrl">
<input option-tree option-tree-src="example.json" option-tree-class="form-control">
</form>
option-tree-src: remote JSON source.
License
MIT