aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
diff options
context:
space:
mode:
authorIgor Minar2013-01-22 22:58:20 -0800
committerIgor Minar2013-01-22 22:58:55 -0800
commitb62327ec2de6d78b85e0662bb55b3d5b54a50f34 (patch)
tree34a439368b0ab6aa6460cef6f1192fc5c7eca478 /src/ng
parent07a58dd7669431d33b61f8c3213c31eff744d02a (diff)
downloadangular.js-b62327ec2de6d78b85e0662bb55b3d5b54a50f34.tar.bz2
docs(ngOpen): fix typo in api docs
Diffstat (limited to 'src/ng')
-rw-r--r--src/ng/directive/booleanAttrs.js2
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>