From b62327ec2de6d78b85e0662bb55b3d5b54a50f34 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 22 Jan 2013 22:58:20 -0800 Subject: docs(ngOpen): fix typo in api docs --- src/ng/directive/booleanAttrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3