#Page Title
1 messages · Page 1 of 1 (latest)
The page title shows before the page title update the document.title
mhm now that I think about it... the page-title happens after init ..
when you say “the page title is always one page behind” do you mean as displayed for the page or as logged in logEvent?
side note the body class might be more elegantly handled with this https://github.com/mansona/ember-body-class
So the problem is {#page-event} compnent happens after init is called so document.title is still the old title until the render happens
what if you used titleDidUpdate? https://github.com/ember-cli/ember-page-title#page-title-service
this might work