mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
638a7c8609
Add dialog for text elements in fixed position view; tweak styling on some other element types. WTD-880.
4 lines
147 B
HTML
4 lines
147 B
HTML
<div ng-style="{ background: ngModel.element.fill }"
|
|
style="width: 100%; height: 100%; overflow: hidden;">
|
|
{{ngModel.element.text}}
|
|
</div> |