fix menu and sidebar

This commit is contained in:
Matias Alejo Garcia 2015-04-28 20:13:28 -03:00
commit 23f096844f
6 changed files with 23 additions and 21 deletions

View file

@ -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() {