Transition#followRedirects()

followRedirectsPromisepublic

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

Transitions are aborted and their promises rejected when redirects occur; this method returns a promise that will follow any redirects that occur and fulfill with the value fulfilled by any redirecting transitions that occur.

Returns:

Promise
a promise that fulfills with the same value that the final redirecting transition fulfills with
doc_EmberJs
2016-11-30 16:53:56
Comments
Leave a Comment

Please login to continue.