DS.Ember.HTMLBars.helpers Class


Module: ember-data

Show:

Methods

Show:

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]
count of objects
word String|Property
word to pluralize