Skip to content

Commit 864cb63

Browse files
authored
Merge pull request #901 from Particular/1.25.2-cherrypick
Remove arrow function in appctrl
2 parents 70622fe + f1d1427 commit 864cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/app/js/app.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
notifier.subscribe($rootScope, function (event, data) {
161161
if (!$scope.SCMonitoringVersion && data.isMonitoringConnected) {
162-
monitoringService.getServiceControlMonitoringVersion().then((data) => {
162+
monitoringService.getServiceControlMonitoringVersion().then(function(data) {
163163
$scope.SCMonitoringVersion = data;
164164
});
165165
}

0 commit comments

Comments
 (0)