openmct/platform/features/pages/res/iframe.html

4 lines
143 B
HTML
Raw Normal View History

<iframe ng-controller="IFrameController as ctl"
style="width: 100%; height: 100%;"
ng-src="{{ctl.trust(model.url)}}">
</iframe>