diff --git a/ionic/components/app/test/yerk/index.js b/ionic/components/app/test/yerk/index.js
index 040596b0cd..f0530ee4fc 100644
--- a/ionic/components/app/test/yerk/index.js
+++ b/ionic/components/app/test/yerk/index.js
@@ -1,6 +1,6 @@
import {Component} from 'angular2/src/core/annotations_impl/annotations';
-import {IonicView} from 'ionic/ionic';
+import {IonicView, NavController} from 'ionic/ionic';
@Component({ selector: 'ion-app' })
@@ -20,12 +20,12 @@ class IonicApp {
'Home' +
'' +
'' +
+ 'home' +
''
})
class HomeTabPage {
constructor(nav: NavController) {
this.nav = nav;
- console.log('Initi');
}
push() {
}
@@ -38,6 +38,7 @@ class HomeTabPage {
'Peek' +
'' +
'' +
+ 'peek' +
''
})
class PeekTabPage {
diff --git a/ionic/components/app/test/yerk/tabs.html b/ionic/components/app/test/yerk/tabs.html
index dcfa59e2e9..6ffc951457 100644
--- a/ionic/components/app/test/yerk/tabs.html
+++ b/ionic/components/app/test/yerk/tabs.html
@@ -1,6 +1,6 @@
-
-
+
+