diff options
Diffstat (limited to 'src/ng')
| -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> |
