Skip to content

Commit

Permalink
Merge bd46b42 into 957634d
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Aug 21, 2018
2 parents 957634d + bd46b42 commit 81459ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/dashboardController.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ app.controller("DashboardController", function ($controller, $scope, UserService
$scope: $scope
}));

// Clear out any cached pages and get full list of services.
ServiceRepo.reset();

$scope.overallStatus = $scope.isFullServiceConsumer() ? new OverallStatusFull() : new OverallStatusPublic();

$scope.services = ServiceRepo.getAll();
Expand Down

0 comments on commit 81459ff

Please sign in to comment.