diff --git a/src/ServicePulse.Host/app/js/app.controller.js b/src/ServicePulse.Host/app/js/app.controller.js index b19c6e09d..6d8cd9e82 100644 --- a/src/ServicePulse.Host/app/js/app.controller.js +++ b/src/ServicePulse.Host/app/js/app.controller.js @@ -159,7 +159,7 @@ notifier.subscribe($rootScope, function (event, data) { if (!$scope.SCMonitoringVersion && data.isMonitoringConnected) { - monitoringService.getServiceControlMonitoringVersion().then((data) => { + monitoringService.getServiceControlMonitoringVersion().then(function(data) { $scope.SCMonitoringVersion = data; }); }