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.
2 parents 70622fe + f1d1427 commit 864cb63Copy full SHA for 864cb63
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