mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
6 lines
162 B
HTML
6 lines
162 B
HTML
<div
|
|
ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')', border: '1px solid ' + ngModel.stroke() }"
|
|
class="l-fixed-position-image"
|
|
>
|
|
</div>
|