Show HomeWallet immediately the when profile was started
This commit is contained in:
parent
9b4d261637
commit
183d6ec15c
9 changed files with 9 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('CreateController',
|
|||
function($scope, $rootScope, $location, $timeout, controllerUtils, backupService, notification, defaults) {
|
||||
|
||||
$rootScope.fromSetup = true;
|
||||
$rootScope.starting = false;
|
||||
$scope.loading = false;
|
||||
$scope.walletPassword = $rootScope.walletPassword;
|
||||
$scope.isMobile = !!window.cordova;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue