fix menu and sidebar
This commit is contained in:
parent
9abccdba41
commit
23f096844f
6 changed files with 23 additions and 21 deletions
|
|
@ -21,8 +21,8 @@ angular.module('copayApp.controllers').controller('sidebarController',
|
|||
|
||||
self.switchWallet = function(wid) {
|
||||
self.walletSelection = false;
|
||||
profileService.setAndStoreFocus(wid, function() {});
|
||||
go.walletHome();
|
||||
profileService.setAndStoreFocus(wid, function() {
|
||||
});
|
||||
};
|
||||
|
||||
self.toggleWalletSelection = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue