diff --git a/ionic/components/app/test/sink/pages/pull-to-refresh.ts b/ionic/components/app/test/sink/pages/pull-to-refresh.ts index 058d2d88e6..5bd58a3f43 100644 --- a/ionic/components/app/test/sink/pages/pull-to-refresh.ts +++ b/ionic/components/app/test/sink/pages/pull-to-refresh.ts @@ -34,7 +34,7 @@ export class PullToRefreshPage extends SinkPage { console.log('DOREFRESH', refresher) this.items.unshift({ - title: (--i) + title: (--this.i) }); setTimeout(() => {