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

@ -55,7 +55,7 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
root.path('copayers');
} else {
root.path('walletHome', function() {
$rootScope.$emit('Local/SetTab', 'walletHome');
$rootScope.$emit('Local/SetTab', 'walletHome', true);
});
}
};