Fix Conflicts:
js/controllers/join.js
This commit is contained in:
commit
fd030ecbfb
5 changed files with 7 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ angular.module('copayApp.controllers').controller('SetupController',
|
|||
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
|
||||
controllerUtils.redirIfLogged();
|
||||
|
||||
$rootScope.fromSetup = true;
|
||||
$rootScope.videoInfo = {};
|
||||
$scope.loading = false;
|
||||
$scope.walletPassword = $rootScope.walletPassword;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue