fix(tabs): correct enableBack ref

This commit is contained in:
Adam Bradley
2015-09-24 14:36:08 -05:00
parent 4d84cdae83
commit 4294966dad

View File

@@ -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;
};
}