ember-cli-document-title
ember-cli-document-title copied to clipboard
Also pass tokens to setTitle
Hello,
It could be quite useful to have access to the whole list of token in the router's setTitle method in order to make them accessible to a template, in order to output a structured breadcrumb.
// Stubbable fn that sets document.title
- this.router.setTitle(finalTitle);
+ this.router.setTitle(finalTitle, tokens);