Files
2016-01-05 16:04:39 -06:00

26 lines
433 B
HTML

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