mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 00:31:06 +00:00
6 lines
223 B
HTML
6 lines
223 B
HTML
|
<div class='items-holder grid abs'>
|
||
|
<mct-representation key="'grid-item'"
|
||
|
ng-repeat="childObject in composition"
|
||
|
mct-object="childObject">
|
||
|
</mct-representation>
|
||
|
</div>
|