Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c97237b

Browse files
committed
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
1 parent 8822a4f commit c97237b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/directive/attrs.js

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
</file>
182182
</example>
183183
*
184-
* @element INPUT
185184
* @param {expression} ngDisabled If the {@link guide/expression expression} is truthy,
186185
* then the `disabled` attribute will be set on the element
187186
*/

0 commit comments

Comments
 (0)