We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830f9bc commit 0a2a5cbCopy full SHA for 0a2a5cb
src/ng/directive/attrs.js
@@ -159,7 +159,8 @@
159
*
160
* @description
161
162
- * This directive sets the `disabled` attribute on the element if the
+ * This directive sets the `disabled` attribute on the element (typically a form control,
163
+ * e.g. `input`, `button`, `select` etc.) if the
164
* {@link guide/expression expression} inside `ngDisabled` evaluates to truthy.
165
166
* A special directive is necessary because we cannot use interpolation inside the `disabled`
0 commit comments