Initializers

Initializers Initializers provide an opportunity to configure your application as it boots. There are two types of initializers: application initializers and application instance initializers. Application initializers are run as your application boots, and provide the primary means to configure dependency injections in your application. Application instance initializers are run as an application instance is loaded. They provide a way to configure the initial state of your application, as well

Input Helpers

Input Helpers The {{input}} and {{textarea}} helpers in Ember.js are the easiest way to create common form controls. The {{input}} helper wraps the built-in Ember.TextField and Ember.Checkbox views, while {{textarea}} wraps Ember.TextArea. Using these helpers, you can create these views with declarations almost identical to how you'd create a traditional <input> or <textarea> element. Text fields {{input value="http://www.facebook.com"}} Will become: <input type="text" value="

Inflector#pluralize()

pluralize (word) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:211 Parameters: word String

Inflector#purgedCache()

purgedCachepublic Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:143

Inflector#uncountable()

uncountable (regex) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:192 Parameters: regex String

Inflector#singular()

singular (regex, string) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:182 Parameters: regex RegExp string String

Inflector#singularize()

singularize (word) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:222 Parameters: word String

Inflector#inflect()

inflect (word, typeRules, irregular) protected Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:234 Parameters: word String typeRules Object irregular Object

Inflector#plural()

plural (regex, string) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:172 Parameters: regex RegExp string String

Inflector#irregular()

irregular (singular, plural) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:201 Parameters: singular String plural String