Fix linting error

This commit is contained in:
mabashian 2018-08-02 12:48:32 -04:00
parent 8523b56707
commit bc49c879b4

View File

@ -24,7 +24,7 @@ function AtInputGroupController ($scope, $compile) {
element = _element_;
state = scope.state || {};
source = state._source;
formId = scope.formId;
({ formId } = scope);
$scope.$watch('state._source._value', vm.update);
};