mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<ion-content class="outer-content">
|
||||
|
||||
<ion-list class="outer-content" *ng-for="#person of people">
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
{{person.name}}
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
<ion-item *ng-for="#component of person.components">
|
||||
{{component}}
|
||||
<div item-right>
|
||||
|
Reference in New Issue
Block a user