diff options
| author | Igor Minar | 2013-01-22 22:58:20 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-01-22 22:58:55 -0800 |
| commit | b62327ec2de6d78b85e0662bb55b3d5b54a50f34 (patch) | |
| tree | 34a439368b0ab6aa6460cef6f1192fc5c7eca478 /src/ng/directive/booleanAttrs.js | |
| parent | 07a58dd7669431d33b61f8c3213c31eff744d02a (diff) | |
| download | angular.js-b62327ec2de6d78b85e0662bb55b3d5b54a50f34.tar.bz2 | |
docs(ngOpen): fix typo in api docs
Diffstat (limited to 'src/ng/directive/booleanAttrs.js')
| -rw-r--r-- | src/ng/directive/booleanAttrs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 864c12c1..2d1278cd 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -281,7 +281,7 @@ * The HTML specs do not require browsers to preserve the special attributes such as open. * (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 `ngMultiple` directive. + * To solve this problem, we introduce the `ngOpen` directive. * * @example <doc:example> |
