openmct/platform/features/pages/res/iframe.html
Victor Woeltjen 01e2840aae [Pages] Move page plugin into platform
Move Page plugin from prototype location into
platform, WTD-1145.
2015-04-27 14:46:33 -07:00

4 lines
143 B
HTML

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