remove update emit

This commit is contained in:
Javier 2015-10-19 11:23:59 -03:00
commit fb4662663d
3 changed files with 6 additions and 9 deletions

View file

@ -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();
});