fix(img): ensure scroll has been initialized

This commit is contained in:
Adam Bradley
2016-12-07 15:59:20 -06:00
parent aec8f51b60
commit 39e1dce72d
4 changed files with 9 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ export class Tab2 {
<button ion-button (click)="appNavPop()">App Nav Pop</button>
</p>
<ion-list [virtualScroll]="items" [headerFn]="headerFn">
<ion-list [virtualScroll]="items">
<ion-item *virtualItem="let item">
Item: {{item}}