Why does Ember Router only allow navigating to leaf routes?
Something I have noticed recently with Ember Router is it only allows navigating to leaf routes — routes without child routes. Now unless I'm doing things incorrectly then this seems like a bug/mistake in design. Let's take for example something like this: I have a collection of projects, each project has many collaborators, with this I want to build a UI with a 3 column layout (something like your standard desktop email client) where on the left I have a list of projects, when clicking on a project the middle column shows a list of collaborators, and clicking on a collaborator loads its