We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6294e commit f1d1427Copy full SHA for f1d1427
src/ServicePulse.Host/app/js/app.controller.js
@@ -159,7 +159,7 @@
159
160
notifier.subscribe($rootScope, function (event, data) {
161
if (!$scope.SCMonitoringVersion && data.isMonitoringConnected) {
162
- monitoringService.getServiceControlMonitoringVersion().then((data) => {
+ monitoringService.getServiceControlMonitoringVersion().then(function(data) {
163
$scope.SCMonitoringVersion = data;
164
});
165
}
0 commit comments