Files
2015-11-05 11:03:14 -06:00

22 lines
357 B
HTML

<ion-navbar *navbar hide-back-button 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>