You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think everything this needs to do in terms of lifecycle behavior (and probably quite a bit of the rest of it) can actually be done with public API now, via the router service events
There's a fair bit of code in here that exists only to support Ember <2.0.0, which can also be safely dropped
The current implementation has worked well for a long time, but:
Ember
global has been deprecatedAn alternative approach might be: deprecate this in favor of the framework-supplied
ember-page-title
addon, which supports much of the same behavior.The text was updated successfully, but these errors were encountered: