Fix reloading after restart app

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-11 12:53:38 -03:00
commit 9cebdbef42
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 11 additions and 9 deletions

View file

@ -21,8 +21,7 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
configService.set(opts, function(err) {
if (err) console.log(err);
$scope.$emit('Local/BWSUpdated');
applicationService.restart(true);
go.walletHome();
applicationService.restart();
});
};