mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngDisabled): clarify
This commit is contained in:
parent
4767d34ae8
commit
16d247b386
1 changed files with 3 additions and 3 deletions
|
|
@ -122,9 +122,9 @@
|
|||
* </div>
|
||||
* </pre>
|
||||
*
|
||||
* The HTML specs do not require browsers to preserve the 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.
|
||||
* 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.
|
||||
* To solve this problem, we introduce the `ngDisabled` directive.
|
||||
*
|
||||
* @example
|
||||
|
|
|
|||
Loading…
Reference in a new issue