remove update emit
This commit is contained in:
parent
24609c6b15
commit
fb4662663d
3 changed files with 6 additions and 9 deletions
|
|
@ -117,7 +117,6 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
opts_.bws[walletId] = $scope.bwsurl;
|
||||
configService.set(opts_, function(err) {
|
||||
if (err) console.log(err);
|
||||
$scope.$emit('Local/BWSUpdated');
|
||||
go.walletHome();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue