mirror of
https://github.com/nasa/openmct.git
synced 2025-02-07 03:29:24 +00:00
16 lines
487 B
HTML
16 lines
487 B
HTML
<div style="width: 100%; height: 100%;"
|
|
ng-controller="LayoutController as controller">
|
|
|
|
<div class='frame child-frame panel abs'
|
|
ng-repeat="childObject in composition"
|
|
ng-style="controller.getFrameStyle(childObject.getId())">
|
|
|
|
<div class="frame child-frame holder contents abs">
|
|
<mct-representation key="'frame'"
|
|
mct-object="childObject">
|
|
</mct-representation>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> |