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() {
|
root.restart = function() {
|
||||||
if (isCordova) {
|
if (isCordova) {
|
||||||
$rootScope.iden = $rootScope.wallet = undefined;
|
$rootScope.iden = $rootScope.wallet = undefined;
|
||||||
go.go('/');
|
go.path('/');
|
||||||
$timeout(function(){
|
$timeout(function(){
|
||||||
$rootScope.$digest();
|
$rootScope.$digest();
|
||||||
},1);
|
},1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue