kimroen / ember-cli-document-title

Adding document title behaviour to your ember app
MIT License
216 stars 61 forks source link

Broken on Ember 2.6(?) #54

Closed kimroen closed 7 years ago

kimroen commented 7 years ago

From #53

It has been reported that the latest release doesn't work on Ember 2.6. It has also been reported that it should, so we should figure that out.

chriskrycho commented 7 years ago

Figured out the issue; no problem here. We were setting up a mock router in an integration test (code smell!) and missed setting this up as well. Problem solved on our end by extracting routing back up to the controller level instead of this component. Feel free to close!

kimroen commented 7 years ago

That's great - thanks for letting me know!