From f757f8abe1803d99a8c710d44f6b3d6ad1746e40 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 17 Feb 2016 13:51:25 -0600 Subject: [PATCH] chore(tabs): fix tabs injectables --- ionic/components/tabs/tabs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts index d179dc9a5b..0eaa292a97 100644 --- a/ionic/components/tabs/tabs.ts +++ b/ionic/components/tabs/tabs.ts @@ -127,11 +127,11 @@ export class Tabs extends Ion { /** * @private */ - parent:any + parent: any constructor( @Optional() viewCtrl: ViewController, - parent: any, + parent: NavController, private _app: IonicApp, private _config: Config, private _elementRef: ElementRef,