docs(ngDisabled): remove restriction to input element

Disabled can be set on many different elements, and might also be used
on custom controls, so it's better to remove the restriction completely

Closes #16775
This commit is contained in:
Martin Staffa
2019-01-21 12:49:42 +01:00
parent c7671edbfd
commit 7825772925
-1
View File
@@ -181,7 +181,6 @@
</file>
</example>
*
* @element INPUT
* @param {expression} ngDisabled If the {@link guide/expression expression} is truthy,
* then the `disabled` attribute will be set on the element
*/