How to access sub route model from main application route

I would like to update a component displayed in my main application.hbs template based on the model returned from the current route. So if index.hbs is loaded, I need a component inside application.hbs to update based on date being returned from there.