kimroen / ember-cli-document-title

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

Add info on how to use with ember-cli-head to the README. #40

Closed rwjblue closed 8 years ago

kimroen commented 8 years ago

Thanks a bunch. Do you have thoughts on tests to cover this use case?

rwjblue commented 8 years ago

The only thing that we need to ensure is tested, is using a custom Router#setTitle method. All of the rest is outside of this packages responsibility (I have only included the info to help future travelers 😝 ).

listepo commented 8 years ago

+1

kimroen commented 8 years ago

Thank you again - sorry it took so long!