From 592a821953b0d879d6e12c872d30592100a24689 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 24 Jun 2015 11:00:27 -0500 Subject: [PATCH] fix tab root view load --- ionic/components/app/test/yerk/index.js | 5 +++-- ionic/components/app/test/yerk/tabs.html | 4 ++-- ionic/components/tabs/tab.js | 6 +++--- ionic/components/tabs/test/advanced/main.html | 2 -- 4 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 ionic/components/tabs/test/advanced/main.html 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 @@ - - + +