Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16d247b

Browse files
jdavisp3btford
authored andcommitted
docs(ngDisabled): clarify
1 parent 4767d34 commit 16d247b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/directive/booleanAttrs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
* </div>
123123
* </pre>
124124
*
125-
* The HTML specs do not require browsers to preserve the special attributes such as disabled.
126-
* (The presence of them means true and absence means false)
127-
* This prevents the angular compiler from correctly retrieving the binding expression.
125+
* The HTML specs do not require browsers to preserve the values of special attributes
126+
* such as disabled. (The presence of them means true and absence means false)
127+
* This prevents the Angular compiler from correctly retrieving the binding expression.
128128
* To solve this problem, we introduce the `ngDisabled` directive.
129129
*
130130
* @example

0 commit comments

Comments
 (0)