mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 09:00:34 +08:00
docs(ngDisabled): clarify
This commit is contained in:
committed by
Brian Ford
parent
7c38b292f8
commit
2361572012
@@ -147,9 +147,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
|
||||
|
||||
Reference in New Issue
Block a user