Angular tree control -— filter the nodes of a tree
问题 I am following the link https://wix.github.io/angular-tree-control/ to explore different features of angular tree control.From the documentation could not properly understand what values i should give for filter comparator and filter expression to make it work in order to filter the nodes.Below is the code: <body ng-app="app"> Search: <input ng-model="searchTree"> <table id="searchTextResults"> <tr><th>Name</th><th>Age</th></tr> <tr ng-repeat="data in dataForTheTree | filter:searchTree"> <td>