kimroen / ember-cli-document-title

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

Model is undefined when passed through 'titleToken' function in a route. #41

Closed gokatz closed 8 years ago

gokatz commented 8 years ago

Model is undefined when passed through 'titleToken' function in a route. Though I'm having model hook in the route. Don't know why?

kimroen commented 8 years ago

Hi! Sorry for the late reply.

If you still have this issue, please reopen this with some more details on what exactly isn't working for you, and an example of what your titleToken and model hooks.