From 27101011f6bc29a0dcefb89799faee6060e083e6 Mon Sep 17 00:00:00 2001 From: Markus Ahrweiler Date: Wed, 28 Nov 2018 15:27:06 +0100 Subject: [PATCH] extended @element ngDisabled Using Intellij's IDE will cause this not to mark ng-disabled on buttons or selects as not allowed attribute --- src/ng/directive/attrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index cd0990e60477..6a9c7b96aa7d 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -181,7 +181,7 @@ * - * @element INPUT + * @element INPUT, BUTTON, SELECT * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, * then the `disabled` attribute will be set on the element */