Transition#promise

promise{Object}public

Defined in bower_components/router.js/lib/router/transition.js:108

The Transition's internal promise. Calling .then on this property is that same as calling .then on the Transition object itself, but this property is exposed for when you want to pass around a Transition's promise, but not the Transition object itself, since Transition object can be externally aborted, while the promise cannot.

doc_EmberJs
2016-11-30 16:53:56
Comments
Leave a Comment

Please login to continue.