mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
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