test(header): update header markup

This commit is contained in:
Adam Bradley
2016-06-17 11:43:30 -05:00
parent 33672aef62
commit 1a8f6d745d
121 changed files with 1418 additions and 824 deletions

View File

@ -1,4 +1,5 @@
<ion-header>
<ion-navbar>
<ion-title>Virtual Scroll{{webview}}</ion-title>
<ion-buttons end>
@ -7,10 +8,11 @@
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content>
<ion-content>
<ion-list [virtualScroll]="items"
[headerFn]="headerFn">
@ -25,5 +27,4 @@
</ion-list>
</ion-content>

View File

@ -31,7 +31,9 @@
}
</style>
<ion-header>
<ion-navbar>
<ion-title>Virtual Scroll: Image Gallery</ion-title>
<ion-buttons end>
@ -40,8 +42,10 @@
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content>
<ion-list [virtualScroll]="items"

View File

@ -1,4 +1,5 @@
<ion-header>
<ion-navbar>
<ion-title>Virtual Scroll{{webview}}</ion-title>
<ion-buttons end>
@ -7,10 +8,11 @@
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content>
<ion-content>
<ion-list [virtualScroll]="items"
[headerFn]="headerFn">
@ -31,5 +33,4 @@
</ion-list>
</ion-content>