fix tab selection
This commit is contained in:
parent
79c982dc79
commit
19aa16eaa3
1 changed files with 1 additions and 0 deletions
|
|
@ -1100,6 +1100,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
$rootScope.$on('$stateChangeSuccess', function(ev, to, toParams, from, fromParams) {
|
||||
self.prevState = from.name || 'walletHome';
|
||||
self.tab = 'walletHome';
|
||||
});
|
||||
|
||||
$rootScope.$on('Local/ClearHistory', function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue