remove unused service

This commit is contained in:
Jake McDermott
2018-05-02 01:03:13 -04:00
parent 83d5fef67c
commit 0c8b2a9872

View File

@@ -509,8 +509,7 @@ function AtJobDetailsController (
_strings_, _strings_,
_status_, _status_,
_wait_, _wait_,
ParseTypeChange, _parse_,
ParseVariableString,
) { ) {
vm = this || {}; vm = this || {};
@@ -519,7 +518,7 @@ function AtJobDetailsController (
$state = _$state_; $state = _$state_;
error = _error_; error = _error_;
parse = ParseVariableString; parse = _parse_;
prompt = _prompt_; prompt = _prompt_;
strings = _strings_; strings = _strings_;
status = _status_; status = _status_;
@@ -588,7 +587,6 @@ AtJobDetailsController.$inject = [
'JobStrings', 'JobStrings',
'JobStatusService', 'JobStatusService',
'Wait', 'Wait',
'ParseTypeChange',
'ParseVariableString', 'ParseVariableString',
]; ];