Registry#_injections

_injectionsInheritingDictprivate Defined in packages/container/lib/registry.js:83

HistoryLocation#initState()

initStateprivate Defined in packages/ember-routing/lib/location/history_location.js:33 Used to set state on first call to setURL

HTMLBars.helpers

Ember.HTMLBars.helpers Class Module: ember-data

DS.JSONSerializer#keyForLink()

keyForLink (key, kind) String Defined in addon/serializers/json.js:1485 keyForLink can be used to define a custom key when deserializing link properties. Parameters: key String kind String `belongsTo` or `hasMany` Returns: String normalized key

Computed Properties

Computed Properties What are Computed Properties? In a nutshell, computed properties let you declare functions as properties. You create one by defining a computed property as a function, which Ember will automatically call when you ask for the property. You can then use it the same way you would any normal, static property. It's super handy for taking one or more normal properties and transforming or manipulating their data to create a new value. Computed properties in action We'll start wit

Web Development

Web Development Joining a web development community can be a challenge within itself, especially when all the resources you visit assume you're familiar with other technologies that you're not familiar with. Our goal is to help you avoid that mess and come up to speed as fast as possible; you can consider us your internet friend. CDN Content Delivery Network This is typically a paid service you can use to get great performance for your app. Many CDNs act as caching proxies to your origin serv

DS.RESTAdapter#_ajaxRequest()

_ajaxRequest (options) private Defined in addon/adapters/rest.js:1031 Parameters: options Object jQuery ajax options to be used for the ajax request

TextField#max

maxStringpublic Defined in packages/ember-htmlbars/lib/components/text_field.js:155 Available since 1.4.0 The max attribute of input element used with type="number" or type="range". Default: null

Engine#runInitializers()

runInitializersprivate Defined in packages/ember-application/lib/system/engine.js:131

Array#hasArrayObservers

hasArrayObserversBooleanpublic Defined in packages/ember-runtime/lib/mixins/array.js:506 Becomes true whenever the array currently has observers watching changes on the array.