mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
6 lines
178 B
HTML
6 lines
178 B
HTML
<ion-toolbar *header><ion-title>{{post.title}}</ion-title></ion-toolbar>
|
|
<ion-content>
|
|
<iframe style="width: 100%; height: 100%" src="{{post.url}}">
|
|
</iframe>
|
|
</ion-content>
|