add steps to creation process
This commit is contained in:
parent
569417e4a1
commit
c588d97fc3
5 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ var valid_pairs = {
|
|||
angular.module('copayApp.controllers').controller('SetupController',
|
||||
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
|
||||
|
||||
$rootScope.fromSetup = true;
|
||||
$rootScope.videoInfo = {};
|
||||
$scope.loading = false;
|
||||
$scope.walletPassword = $rootScope.walletPassword;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue