Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767d34 commit 16d247bCopy full SHA for 16d247b
src/ng/directive/booleanAttrs.js
@@ -122,9 +122,9 @@
122
* </div>
123
* </pre>
124
*
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.
+ * The HTML specs do not require browsers to preserve the values of special attributes
+ * such as disabled. (The presence of them means true and absence means false)
+ * This prevents the Angular compiler from correctly retrieving the binding expression.
128
* To solve this problem, we introduce the `ngDisabled` directive.
129
130
* @example
0 commit comments