A dynamic tree view directive for Angular 1.5.*
If set (on Tree View), specifies the property that will contain additional children.
This property is passed through to the Tree View Item so that it can be passed to additional Tree Views created as children of the item.
If set (on Tree View), specifies the name of the function on the root controller to invoke when an item is clicked.
The callback function accepts the item that was clicked as a parameter.
This property is passed through to the Tree View Item so that it can be passed to additional Tree Views created as children of the item.
Only necessary when multiple Tree Views are used in a single module.
If set (on Tree View), specifies the id to use to allow each Tree View within a single module to identify its own data without interfering with other Tree View controls.
This property is passed through to the Tree View Item so that it can be passed to additional Tree Views created as children of the item.
Identifies the item whose properties will be used to render the directive.
Since: