docs(ngOpen): fix typo in api docs

This commit is contained in:
Igor Minar 2013-01-22 22:58:20 -08:00
parent 07a58dd766
commit b62327ec2d

View file

@ -281,7 +281,7 @@
* The HTML specs do not require browsers to preserve the special attributes such as open. * 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) * (The presence of them means true and absence means false)
* This prevents the angular compiler from correctly retrieving the binding expression. * 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 * @example
<doc:example> <doc:example>