diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts index 346512ec2e..06dacffd6c 100644 --- a/ionic/components/tabs/tabs.ts +++ b/ionic/components/tabs/tabs.ts @@ -84,7 +84,7 @@ export class Tabs extends NavController { // a Tabs ViewController should not have a back button // enableBack back button will later be determined // by the active ViewController that has a navbar - ViewController.enableBack = () => { + viewCtrl.enableBack = () => { return false; }; }