mirror of
https://github.com/nasa/openmct.git
synced 2025-01-09 14:32:43 +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>
|