Changeset 12584 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/jobs/details
- Timestamp:
- 07/03/15 16:35:17 (9 years ago)
- File:
-
- 1 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 );
Note: See TracChangeset
for help on using the changeset viewer.