Skip to content

Commit f1d1427

Browse files
committed
Remove arrow function in appctrl
1 parent 2d6294e commit f1d1427

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)