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:
@@ -4,9 +4,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-switch>
|
||||
<icon wifi item-left></icon>
|
||||
@@ -34,9 +34,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-switch checked="true">
|
||||
<icon color-wand item-left></icon>
|
||||
@@ -56,9 +56,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header with text that is too long to fit inside the list header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<icon pizza item-left></icon>
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
<ion-list inset>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
Inset List Header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<a ion-item href="#">
|
||||
<icon alarm item-left></icon>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
<ion-content class="outer-content">
|
||||
<ion-list no-lines>
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List With No Lines
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-switch>
|
||||
<icon wifi item-left></icon>
|
||||
@@ -29,9 +29,9 @@
|
||||
</ion-list>
|
||||
|
||||
<ion-list>
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List With No Lines First Item
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item no-lines>
|
||||
<icon pizza item-left></icon>
|
||||
@@ -59,9 +59,9 @@
|
||||
</ion-list>
|
||||
|
||||
<ion-list>
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List With No Lines Middle Item
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<icon pizza item-left></icon>
|
||||
@@ -89,9 +89,9 @@
|
||||
</ion-list>
|
||||
|
||||
<ion-list>
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List With No Lines Last Item
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<icon pizza item-left></icon>
|
||||
|
||||
@@ -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