mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user