angular-tree-control
angular-tree-control copied to clipboard
Example of using Object based Filter
Hi, I have had no luck getting a filter-expression to work, if I wanted to just do a filter based on an attribute on the node, no entry box..
I have tried, for example <treecontrol filter-expression="{booleanAttribute: true}" .. >
but no luck.
Am a bit of a noob for angular in general, but got working what I wanted for ng-repeat..