mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
7 lines
177 B
HTML
7 lines
177 B
HTML
<ion-navbar *navbar><ion-title>{{post.title}}</ion-title></ion-navbar>
|
|
|
|
<ion-content>
|
|
<iframe style="width: 100%; height: 100%" src="{{post.url}}">
|
|
</iframe>
|
|
</ion-content>
|