style(list): rename ion-header to ion-list-header EVERYWHERE

closes #418
This commit is contained in:
Brandy Carney
2015-11-24 16:58:19 -05:00
parent 0ce39ce217
commit 725e09335d
21 changed files with 66 additions and 66 deletions

View File

@@ -25,9 +25,9 @@ class MyCmpTest{}
</ion-navbar>
<ion-content>
<ion-list>
<ion-header>
<ion-list-header>
{{title}}
</ion-header>
</ion-list-header>
<button ion-item class="e2eFrom1To2" (click)="pushFullPage()">Push to FullPage</button>
<button ion-item (click)="pushPrimaryHeaderPage()">Push to PrimaryHeaderPage</button>