Skip to content

Commit 30060b1

Browse files
committed
docs(grouping): list tree-base dependency
Add missing tree-base dependency to the feature specific files section.
1 parent b2aa207 commit 30060b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/tutorial/209_grouping.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ and changes things like the treeAggregationFn, or the customTreeAggregationFinal
110110
For better performance with the following example, you can choose to load the ui-grid.core.js and specific feature files instead:
111111
<pre>
112112
<script src="/release/ui-grid.core.min.js"></script>
113+
<script src="/release/ui-grid.tree-base.min.js"></script>
113114
<script src="/release/ui-grid.grouping.min.js"></script>
114115
</pre>
115116

0 commit comments

Comments
 (0)