fixes - hide tabs in backup flow

This commit is contained in:
Gabriel Bazán 2016-09-27 10:51:30 -03:00
commit f3117cec17
5 changed files with 31 additions and 23 deletions

View file

@ -31,6 +31,10 @@ angular.module('copayApp.controllers').controller('tabsController', function($ro
'tabs.addressbook',
'tabs.addressbook.add',
'tabs.addressbook.view',
'tabs.preferences.backupWarning',
'tabs.preferences.backup',
'tabs.receive.backupWarning',
'tabs.receive.backup',
];
$rootScope.$on('$ionicView.beforeEnter', function() {