mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
20 lines
297 B
HTML
20 lines
297 B
HTML
<ion-navbar *navbar id="p2toolbar"><ion-title>Post</ion-title></ion-navbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-card>
|
|
|
|
<div class="card-content">
|
|
{{post.text}}
|
|
</div>
|
|
|
|
<img src="{{post.image}}">
|
|
|
|
<ion-footer>
|
|
Posted {{post.day}} ago
|
|
</ion-footer>
|
|
|
|
</ion-card>
|
|
|
|
</ion-content>
|