You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ng-repeater and I would like to add a tree-grid for each item in the repeater. I was hoping I could simply filter each subsequent tree-grid with the itemId in the repeater as one does in angularjs.
Eg. <div bindonce ng-repeat="item in Items"> <tree-grid id="tree_grid_{{ item.ItemId }}" tree-data="tree_data" ng-repeat="tree in Trees | filter:{ fkItemId: item.ItemId }"></tree-grid> </div>
Any ideas how to go about achieving this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have a ng-repeater and I would like to add a tree-grid for each item in the repeater. I was hoping I could simply filter each subsequent tree-grid with the itemId in the repeater as one does in angularjs.
Eg.
<div bindonce ng-repeat="item in Items">
<tree-grid id="tree_grid_{{ item.ItemId }}" tree-data="tree_data" ng-repeat="tree in Trees | filter:{ fkItemId: item.ItemId }"></tree-grid>
</div>
Any ideas how to go about achieving this?
Thanks in advance
The text was updated successfully, but these errors were encountered: