You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
jsFiddle demonstration: http://jsfiddle.net/awmBZ/1/
When you configure angular with different start- and end-symbols like this:
then the interpolation of values into the pluralize-string breaks. The line that causes the problems is in
ngPluralizeDirective
:, since it simply assumes that
{{
is the startSymbol and}}
is the endsymbol.The text was updated successfully, but these errors were encountered: