diff --git a/awx/ui/client/src/helpers/Parse.js b/awx/ui/client/src/helpers/Parse.js index 15db47f0d5..8057270b4a 100644 --- a/awx/ui/client/src/helpers/Parse.js +++ b/awx/ui/client/src/helpers/Parse.js @@ -16,8 +16,8 @@ export default angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule']) - .factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope', - function (Alert, AngularCodeMirror, $rootScope) { + .factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', + function (Alert, AngularCodeMirror) { return function (params) { var scope = params.scope,