mirror of
https://github.com/nasa/openmct.git
synced 2025-02-12 21:56:13 +00:00
6 lines
189 B
HTML
6 lines
189 B
HTML
<div
|
|
class="l-fixed-position-text l-static-text"
|
|
ng-style="{ background: ngModel.fill(), 'border-color': ngModel.stroke(), color: ngModel.color() }"
|
|
>
|
|
{{ngModel.element.text}}
|
|
</div> |