remove unused service

This commit is contained in:
Jake McDermott 2018-05-02 01:03:13 -04:00
parent 83d5fef67c
commit 0c8b2a9872
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

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