mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Fix linting error
This commit is contained in:
@@ -24,7 +24,7 @@ function AtInputGroupController ($scope, $compile) {
|
|||||||
element = _element_;
|
element = _element_;
|
||||||
state = scope.state || {};
|
state = scope.state || {};
|
||||||
source = state._source;
|
source = state._source;
|
||||||
formId = scope.formId;
|
({ formId } = scope);
|
||||||
|
|
||||||
$scope.$watch('state._source._value', vm.update);
|
$scope.$watch('state._source._value', vm.update);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user