Preventing and Retrying Transitions

Preventing and Retrying Transitions During a route transition, the Ember Router passes a transition object to the various hooks on the routes involved in the transition. Any hook that has access to this transition object has the ability to immediately abort the transition by calling transition.abort(), and if the transition object is stored, it can be re-attempted at a later time by calling transition.retry(). Preventing Transitions via willTransition When a transition is attempted, whether

DS.Model#data

data{Object}private Defined in addon/-private/system/model/model.js:947

Ember.debug()

debug (message) public Defined in packages/ember-debug/lib/index.js:60 Display a debug notice. In a production build, this method is defined as an empty function (NOP). Uses of this method in Ember itself are stripped from the ember.prod.js build. Ember.debug('I\'m a debug notice!'); Parameters: message String A debug message to display.

Engine#_initializersRan

_initializersRanprivate Defined in packages/ember-application/lib/system/engine.js:66 A private flag indicating whether an engine's initializers have run yet.

Enumerable#[]

[]Arrayprivate Defined in packages/ember-runtime/lib/mixins/enumerable.js:848 This property will trigger anytime the enumerable's content changes. You can observe this property to be notified of changes to the enumerable's content. For plain enumerables, this property is read only. Array overrides this method. Returns: this

Debug

Ember.Debug Class PUBLIC Defined in: packages/ember-debug/lib/index.js:218 Module: ember-debug

Registry#_typeOptions

_typeOptionsInheritingDictprivate Defined in packages/container/lib/registry.js:131

OrderedSet.create()

createEmber.OrderedSetprivatestatic Defined in packages/ember-metal/lib/map.js:75 Returns: Ember.OrderedSet

OrderedSet#has()

has (obj) Booleanprivate Defined in packages/ember-metal/lib/map.js:154 Parameters: obj Returns: Boolean

String

Ember.String Namespace PUBLIC Defined in: packages/ember-runtime/lib/system/string.js:144 Module: ember-runtime Defines string helper methods including string formatting and localization. Unless EmberENV.EXTEND_PROTOTYPES.String is false these methods will also be added to the String.prototype as well.