diff --git a/src/js/controllers/tab-home.js b/src/js/controllers/tab-home.js index 43f789270..58e7cb718 100644 --- a/src/js/controllers/tab-home.js +++ b/src/js/controllers/tab-home.js @@ -15,6 +15,7 @@ angular.module('copayApp.controllers').controller('tabHomeController', $scope.isWindowsPhoneApp = platformInfo.isCordova && platformInfo.isWP; $scope.isNW = platformInfo.isNW; $scope.showRateCard = {}; + $scope.showServices = false; $scope.$on("$ionicView.afterEnter", function() { startupService.ready(); @@ -121,6 +122,7 @@ angular.module('copayApp.controllers').controller('tabHomeController', $scope.nextStepsItems = nextStepsService.get(); } + $scope.showServices = true; pushNotificationsService.init(); firebaseEventsService.init(); diff --git a/www/views/tab-home.html b/www/views/tab-home.html index cbdbf5406..aae68a8dc 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -97,7 +97,7 @@
- +