openmct/platform/commonUI/general/res/templates/tree.html

7 lines
196 B
HTML
Raw Normal View History

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