openmct/platform/commonUI/general/res/templates/tree.html
Victor Woeltjen 1b0303e517 [Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching
user interface bundles from the sandbox transition
branch. WTD-574.
2014-11-23 15:41:20 -08:00

7 lines
196 B
HTML

<ul class="tree">
<li ng-repeat="child in composition">
<mct-representation key="'tree-item'" mct-object="child" parameters="parameters">
</mct-representation>
</li>
</ul>