fix refresh
This commit is contained in:
parent
2235cb60bb
commit
210ebf9514
3 changed files with 9 additions and 11 deletions
|
|
@ -106,7 +106,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.recentTransactionsEnabled = config.recentTransactions.enabled;
|
||||
if ($scope.recentTransactionsEnabled) getNotifications();
|
||||
|
||||
if (!config.hideNextSteps.enabled) {
|
||||
if (config.hideNextSteps.enabled) {
|
||||
$scope.nextStepsItems = null;
|
||||
} else {
|
||||
$scope.nextStepsItems = nextStepsService.get();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue