Registry#knownForType()

knownForType (type) private Defined in packages/container/lib/registry.js:663 Parameters: type String the type to iterate over

ControllerMixin

Ember.ControllerMixin Class PRIVATE Uses: Ember.ActionHandler Defined in: packages/ember-runtime/lib/mixins/controller.js:6 Module: ember-routing

Router#isActiveIntent()

isActiveIntent (routeName, models, queryParams) Booleanprivate Defined in packages/ember-routing/lib/system/router.js:412 Available since 1.7.0 An alternative form of isActive that doesn't require manual concatenation of the arguments into a single array. Parameters: routeName models queryParams Returns: Boolean

ember-debug

ember-debug Module Parent: ember

ViewTargetActionSupport#target

targetprivate Defined in packages/ember-views/lib/mixins/view_target_action_support.js:48

Defining a Component

Defining a Component To define a component, run: ember generate component my-component-name Components must have at least one dash in their name. So blog-post is an acceptable name, and so is audio-player-controls, but post is not. This prevents clashes with current or future HTML element names, aligns Ember components with the W3C Custom Elements spec, and ensures Ember detects the components automatically. A sample component template could look like this: app/templates/components/blog-post

DS.JSONAPISerializer#serializeHasMany()

serializeHasMany (snapshot, json, relationship) Inherited from DS.JSONSerializer but overwritten in addon/serializers/json-api.js:567 Parameters: snapshot DS.Snapshot json Object relationship Object

Ember.stream.Stream

Ember.stream.Stream Class PRIVATE Defined in: packages/ember-htmlbars/lib/streams/stream.js:19 Module: ember-metal

Container#reset()

reset (fullName) private Defined in packages/container/lib/container.js:153 Clear either the entire cache or just the cache for a particular key. Parameters: fullName String optional key to reset; if missing, resets everything

Registry#container()

container (options) Containerprivate Defined in packages/container/lib/registry.js:139 Creates a container based on this registry. Parameters: options Object Returns: Container created container