fix go
This commit is contained in:
parent
6b623a3d57
commit
05b6cfa56f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ angular.module('copayApp.services')
|
|||
root.restart = function() {
|
||||
if (isCordova) {
|
||||
$rootScope.iden = $rootScope.wallet = undefined;
|
||||
go.go('/');
|
||||
go.path('/');
|
||||
$timeout(function(){
|
||||
$rootScope.$digest();
|
||||
},1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue