better handle wide screens

This commit is contained in:
Marty Alcala 2016-10-12 19:09:54 -04:00
commit 54530ed04a
3 changed files with 6 additions and 4 deletions

View file

@ -986,7 +986,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
profileService.storeProfileIfDirty();
$log.debug('Profile loaded ... Starting UX.');
scannerService.gentleInitialize();
//$state.go('tabs.home');
$state.go('tabs.home');
}
});
});