-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels