This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Support one-time binding in ng-pluralize #10004
Milestone
Comments
I don't see why we couldn't make that work, I'll look at this next week, or this week if I have time. |
@caitp: #10022 is my take on it. |
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 12, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 13, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 13, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 14, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 14, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 14, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 18, 2014
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 18, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: