fix changing wallet / form reset
This commit is contained in:
parent
7f92b4125b
commit
67d140e981
6 changed files with 62 additions and 76 deletions
|
|
@ -67,13 +67,6 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
|
|||
});
|
||||
};
|
||||
|
||||
root.home = function() {
|
||||
if ($rootScope.iden)
|
||||
root.walletHome();
|
||||
else
|
||||
root.path('signin');
|
||||
};
|
||||
|
||||
root.addWallet = function() {
|
||||
$state.go('add');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue