mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
4 lines
143 B
HTML
4 lines
143 B
HTML
|
<iframe ng-controller="IFrameController as ctl"
|
||
|
style="width: 100%; height: 100%;"
|
||
|
ng-src="{{ctl.trust(model.url)}}">
|
||
|
</iframe>
|