This commit is contained in:
Matias Alejo Garcia 2014-12-11 03:23:08 -03:00
commit 05b6cfa56f

View file

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