hide next steps
This commit is contained in:
parent
44cf9dc971
commit
34bc2ba209
5 changed files with 23 additions and 84 deletions
|
|
@ -94,7 +94,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
];
|
||||
|
||||
|
||||
$scope.nextStepsItems = nextStepsService.get();
|
||||
$scope.buyAndSellItems = buyAndSellService.getLinked();
|
||||
$scope.homeIntegrations = homeIntegrationsService.get();
|
||||
|
||||
|
|
@ -107,7 +106,10 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.recentTransactionsEnabled = config.recentTransactions.enabled;
|
||||
if ($scope.recentTransactionsEnabled) getNotifications();
|
||||
|
||||
if ($scope.bitpayCardEnabled) bitpayCardCache();
|
||||
if (!config.hideNextSteps.enabled) {
|
||||
$scope.nextStepsItems = nextStepsService.get();
|
||||
}
|
||||
|
||||
$timeout(function() {
|
||||
$ionicScrollDelegate.resize();
|
||||
$scope.$apply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue