mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
7 lines
196 B
HTML
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>
|