Enable cache for nav tabs
This commit is contained in:
parent
b86f2e240d
commit
889ebb8c6c
9 changed files with 44 additions and 37 deletions
|
|
@ -172,7 +172,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.hideHomeTip = function() {
|
||||
$scope.homeTip = null;
|
||||
$state.transitionTo($state.current, null, {
|
||||
reload: false,
|
||||
reload: true,
|
||||
inherit: false,
|
||||
notify: false
|
||||
});
|
||||
|
|
@ -204,4 +204,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
x();
|
||||
});
|
||||
});
|
||||
|
||||
$scope.$on("$ionicView.enter", function(event, data){
|
||||
$scope.nextStep();
|
||||
$scope.updateAllWallets();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue