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
Please login to continue.