Base route that handles html computed title modification in particular routes
Usage: (in a routes file)
import BaseRoute from '@bennerinformatics/ember-fw/routes/base';
export default BaseRoute.extend({
// Your code here
});
Methods
Properties
didTransition
()
This sets the title to the updated title, and adds an observer to change incase the title ever changes
error
(
Boolean
-
error
-
transition
Error method catches an error and will retry the error if it is a 500 error. After a certain amount of retries, it will just return a boolean "true" saying it did error.