fix menu and sidebar
This commit is contained in:
parent
9abccdba41
commit
23f096844f
6 changed files with 23 additions and 21 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue