fix order in events

This commit is contained in:
Matias Alejo Garcia 2014-11-30 01:02:18 -03:00
commit 5e92ae96ac
5 changed files with 14 additions and 14 deletions

View file

@ -33,7 +33,9 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
};
$scope.switchWallet = function(wid) {
$scope.walletSelection = false;
identityService.setFocusedWallet(wid);
identityService.goWalletHome();
};
$scope.toggleWalletSelection = function() {