Files
2015-10-19 23:48:32 -05:00

22 lines
340 B
HTML

<ion-navbar *navbar class="show-navbar android-attr">
<ion-title>Basic Cards</ion-title>
</ion-navbar>
<ion-content class="has-header components-demo cards-bg">
<ion-card>
<ion-card-content>
This is just your basic card with some text to boot. Like it? Keep scrolling...
</ion-card-content>
</ion-card>
</ion-content>