Skip to content

Instantly share code, notes, and snippets.

@jeonghwan-kim
Created December 21, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeonghwan-kim/96cb75b6b11183a96ec7 to your computer and use it in GitHub Desktop.
Save jeonghwan-kim/96cb75b6b11183a96ec7 to your computer and use it in GitHub Desktop.
<ng-pluralize
count="remainingCount"
when="{ 0: 'No item', one: 'a item', other: '{} items' }">
</ng-pluralize>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment