mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
1b0303e517
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. 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-item'" mct-object="child" parameters="parameters">
|
|
</mct-representation>
|
|
</li>
|
|
</ul>
|