Aurelia JS - cannot navigate route parent with click (Route not found)?
问题 I tried to change the contact list tutorial: http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/contact-manager-tutorial/1 ... such that it starts with a "click me" button/div, which would then load the rest of the contact list app as it was. So in order to do that, I: Copied old app.* to app-clist.* New app.* just has a <router-view> and manages the routing/navigation Added btn-start.* which just contains a div, which on click should navigate the route to app-clist . This is