Ember.HTMLBars.helpers Class


Module: ember-data

Show:

Methods

Show:

singularize

(word)

If you have Ember Inflector (such as if Ember Data is present), singularize a word. For example, turn "oxen" into "ox". Example: {{singularize myProperty}} {{singularize "oxen"}}

Parameters:

word String|Property
word to singularize