Fixes: url handler
This commit is contained in:
parent
3ab1510051
commit
ee031849b2
10 changed files with 56 additions and 22 deletions
|
|
@ -34,6 +34,9 @@ var valid_pairs = {
|
|||
|
||||
angular.module('copayApp.controllers').controller('SetupController',
|
||||
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
|
||||
if ($rootScope.wallet) {
|
||||
$location.path('/addresses');
|
||||
}
|
||||
|
||||
$rootScope.videoInfo = {};
|
||||
$scope.loading = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue