diff options
| author | Dave Peticolas | 2013-09-21 09:27:03 -0700 |
|---|---|---|
| committer | Brian Ford | 2013-09-27 13:06:13 -0700 |
| commit | 16d247b386783facd7c45de19339a29637dabac9 (patch) | |
| tree | 083604492cfc0c1eb6c0514d3c7cb89dbb257744 | |
| parent | 4767d34ae8c7e36a5646f2aae46f8bf998ed07f2 (diff) | |
| download | angular.js-16d247b386783facd7c45de19339a29637dabac9.tar.bz2 | |
docs(ngDisabled): clarify
| -rw-r--r-- | src/ng/directive/booleanAttrs.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 986bdd38..df96e6d4 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -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 |
