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.
Support one-time binding in ng-pluralize #10004
Closed
Description
I would expect this to work, but it doesn't:
<ng-pluralize count="::foo" when="{'0': 'zero', '1': 'one', 'other': 'many'}"></ng-pluralize>
.
Example: http://plnkr.co/edit/iaFI3p?p=preview
Any plans to make this work?