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> |