openmct/platform/features/layout/res/templates/elements/text.html
Victor Woeltjen 13793e221e [Fixed Position] Add stroke property
Add stroke property to Fixed Position toolbar for
borders, line color. WTD-881.
2015-02-23 18:05:37 -08:00

4 lines
182 B
HTML

<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke() }"
style="width: 100%; height: 100%; overflow: hidden;">
{{ngModel.element.text}}
</div>