diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index 56d237da74b6..c7ed7de91936 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -159,7 +159,7 @@ * * @description * - * This directive sets the `disabled` attribute on the element if the + * This directive sets the `disabled` attribute on a form element if the * {@link guide/expression expression} inside `ngDisabled` evaluates to truthy. * * A special directive is necessary because we cannot use interpolation inside the `disabled`