openmct/platform/commonUI/general/res/templates/tree.html
Victor Woeltjen 2f43e8cd7f [Common UI] Document TreeNodeController
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.
2014-11-24 15:42:15 -08:00

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>