Changeset 12584 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs
- Timestamp:
- 07/03/15 16:35:17 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details/jobTaskDetailsDialogCtrl.js
r12516 r12584 5 5 $scope.taskNo = taskNo; 6 6 $scope.task = task; 7 8 7 $scope.close = function () { 9 8 $modalInstance.dismiss('cancel'); 10 9 }; 11 12 10 }] 13 11 ); -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/jobsCtrl.js
r12551 r12584 42 42 }; 43 43 44 45 44 $scope.updateInterval = $interval(update, $scope.interval); 46 45 var cancelInterval = $scope.$on('$locationChangeSuccess', function () {
Note: See TracChangeset
for help on using the changeset viewer.