docs(ngDisabled): list some elements that natively support

Closes #15473
This commit is contained in:
Martin Staffa
2017-01-25 20:07:48 +01:00
parent ef7d18b1c4
commit 3c259ce624
+2 -1
View File
@@ -159,7 +159,8 @@
*
* @description
*
* This directive sets the `disabled` attribute on the element if the
* This directive sets the `disabled` attribute on the element (typically a form control,
* e.g. `input`, `button`, `select` etc.) if the
* {@link guide/expression expression} inside `ngDisabled` evaluates to truthy.
*
* A special directive is necessary because we cannot use interpolation inside the `disabled`