mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
JS Hint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user