diff --git a/ui/plugins/auto_classification/controller.js b/ui/plugins/auto_classification/controller.js index ab61d8e6b..5b0fea326 100644 --- a/ui/plugins/auto_classification/controller.js +++ b/ui/plugins/auto_classification/controller.js @@ -773,12 +773,12 @@ treeherder.factory('ThUnstructuredLine', ['thExtendProperties', treeherder.controller('ClassificationPluginCtrl', [ '$q', '$scope', '$rootScope', 'ThLog', 'thEvents', 'thTabs', '$timeout', 'thNotify', 'ThFailureLinesModel', 'ThClassifiedFailuresModel', - 'ThMatcherModel', 'ThJobArtifactModel', 'ThTextLogSummaryModel', 'ThStructuredLine', + 'ThMatcherModel', 'ThTextLogSummaryModel', 'ThStructuredLine', 'ThUnstructuredLine', function ClassificationPluginCtrl( $q, $scope, $rootScope, ThLog, thEvents, thTabs, $timeout, thNotify, ThFailureLinesModel, ThClassifiedFailuresModel, - ThMatcherModel, ThJobArtifactModel, ThTextLogSummaryModel, ThStructuredLine, + ThMatcherModel, ThTextLogSummaryModel, ThStructuredLine, ThUnstructuredLine) { var $log = new ThLog(this.constructor.name); diff --git a/ui/plugins/similar_jobs/controller.js b/ui/plugins/similar_jobs/controller.js index fe41c8e31..a057c4f01 100755 --- a/ui/plugins/similar_jobs/controller.js +++ b/ui/plugins/similar_jobs/controller.js @@ -3,12 +3,12 @@ treeherder.controller('SimilarJobsPluginCtrl', [ '$scope', 'ThLog', 'ThJobModel', 'ThTextLogStepModel', 'thResultStatusInfo', 'thEvents', 'numberFilter', 'dateFilter', 'thClassificationTypes', - 'thResultStatus', 'ThJobArtifactModel', 'ThResultSetModel', 'thNotify', + 'thResultStatus', 'ThResultSetModel', 'thNotify', 'thTabs', function SimilarJobsPluginCtrl( $scope, ThLog, ThJobModel, ThTextLogStepModel, thResultStatusInfo, thEvents, numberFilter, dateFilter, thClassificationTypes, - thResultStatus, ThJobArtifactModel, ThResultSetModel, thNotify, + thResultStatus, ThResultSetModel, thNotify, thTabs) { var $log = new ThLog(this.constructor.name);