Changeset 12775 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApp/facttask
- Timestamp:
- 07/17/15 16:41:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApp/facttask/facttaskCtrl.js
r12761 r12775 64 64 }; 65 65 66 $scope.updateInterval = $interval($scope.getJobs, $scope.interval);67 var cancelInterval = $scope.$on('$locationChangeSuccess', function () {68 $interval.cancel($scope.updateInterval);69 cancelInterval();70 });71 66 $scope.getJobs(); // init page 72 67 }]
Note: See TracChangeset
for help on using the changeset viewer.