Changeset 12775 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApp/factclientinfo
- Timestamp:
- 07/17/15 16:41:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApp/factclientinfo/factclientinfoCtrl.js
r12761 r12775 53 53 }; 54 54 55 $scope.updateInterval = $interval($scope.getFactClientInfo, $scope.interval);56 var cancelInterval = $scope.$on('$locationChangeSuccess', function () {57 $interval.cancel($scope.updateInterval);58 cancelInterval();59 });60 55 $scope.getFactClientInfo(); // init page 61 56 }]
Note: See TracChangeset
for help on using the changeset viewer.