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

26 lines
418 B
HTML

<ion-navbar *navbar 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>