goHome after close preferences or add wallet
This commit is contained in:
parent
68678613b7
commit
17f7483ec5
4 changed files with 11 additions and 8 deletions
|
|
@ -124,4 +124,8 @@ angular.module('copayApp.controllers').controller('topbarController', function($
|
|||
}
|
||||
};
|
||||
|
||||
this.goHome = function() {
|
||||
go.walletHome();
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue