mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
2f43e8cd7f
Add in-line documentation to TreeNodeController, and update glossary with some clarifying definition. Additionally, change name from tree-item to tree-node for consistency. Part of ongoing transition of commonUI bundles, WTD-574.
7 lines
196 B
HTML
7 lines
196 B
HTML
<ul class="tree">
|
|
<li ng-repeat="child in composition">
|
|
<mct-representation key="'tree-node'" mct-object="child" parameters="parameters">
|
|
</mct-representation>
|
|
</li>
|
|
</ul>
|