Best approach to fetch data in every state of app
问题 I've discovered this jsFiddle and I'm now wondering what the best approach would be to display the list of contributors both in the IndexRoute and in all Subroutes of match('/contributor/:contributor_id') with the new v2 Router from Ember.js. The problem I'm experiencing is that App.IndexRoute = Ember.Route.extend({ model: function() { return App.Contributor.find(); } }); is only fetching the data on the specified / route. When directly navigating to /#/contributor/[some_id] the data for the