openmct/platform/features/layout/res/templates/elements/image.html
Victor Woeltjen a947ff1274 [Fixed Position] Add element factory
Add element factory, which will take on responsibility
for populating initial states of elements and (if necessary)
prompting for user input. WTD-880.
2015-02-20 12:21:28 -08:00

1 line
79 B
HTML

<img ng-src="{{ngModel.element.url}}" style="width: 100%; height: 100%;"></img>