DS.Ember.HTMLBars.helpers Class
Item Index
Methods
Methods
pluralize
(
-
[count] -
word
If you have Ember Inflector (such as if Ember Data is present), pluralize a word. For example, turn "ox" into "oxen". Example: {{pluralize count myProperty}} {{pluralize 1 "oxen"}} {{pluralize myProperty}} {{pluralize "ox"}}
Parameters:
-
[count]Number | Property optionalcount of objects
-
wordString | Propertyword to pluralize
