This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngPluralize / ngView Documentation bug #14045
Closed
Description
On the website if you look at ngPluralize and check usage, you can see that when you use this directive as an attribute it's actually missing the n-pluralize attribute.
This is what is written now
<ANY
count=""
when="string"
[offset="number"]>
...
</ANY>
This is what it should be
<ANY
ng-pluralize
count=""
when="string"
[offset="number"]>
...
</ANY>
Note: I wanted to improve this doc, but this text is not part of ngdoc and I'm not really sure how to contribute this change hence this issue.