chore(tabs): fix tabs injectables

This commit is contained in:
Adam Bradley
2016-02-17 13:51:25 -06:00
parent 2d157cbc3f
commit f757f8abe1

View File

@ -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,