Loading multiple models in a single route

These are both Ember Data issues. I’ve only been toying with Fixtures so far so maybe someone else can clarify if incorrect;

  1. I believe if you pass in the model with a {{link-to}} helper, the Router model: hook will not fire. But if you refresh, then the router fires the model find() for you.
  2. That is a drawback to the current Ember Data adapter, there has been discussion about it. If you haven’t yet, I’d recommend reading the latest Ember Data article from last week.