mirror of
https://github.com/nasa/openmct.git
synced 2025-02-11 05:12:14 +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>
|