Files
2015-10-30 11:55:54 -05:00

26 lines
435 B
HTML

<ion-navbar *navbar hide-back-button class="show-navbar android-attr">
<ion-title>Card Headers</ion-title>
</ion-navbar>
<ion-content class="has-header components-demo cards-bg">
<ion-card>
<ion-card-header>
Header
</ion-card-header>
<ion-card-content>
The British use the term "header", but the American term "head-shot" the English simply refuse to adopt.
</ion-card-content>
</ion-card>
</ion-content>