pndewit
pndewit
@gordon-matt I don't know if anything changed or I'm just not using everything you are, but the `view` property is working for me **without** specifying the `nav` property. @stsje Thanks...
Any updates on this? Also having issues with [append] getting translated twice in IE11. `Name: ` results in `Name: TestTest`
Alternatively this could be done by a (optional) router config setting (defaulting to current behaviour)? Would prevent it from being a breaking change, would allow users to decide for themselves...
@Alexander-Taran @EisenbergEffect I am using a dirty workaround as explained in https://github.com/aurelia/router/issues/527#issuecomment-349258603 but I would really like a real solution to the issue. [The PR](https://github.com/aurelia/router/pull/558) was merged, but then reverted...
If only I could lol. No, Aurelia Router then decides to route my app, I suppose, back to the last known route. That's why the workaround is to return a...
And also, my Aurelia app is running in a larger SPA. Users that have visited the Aurelia child app have loaded in the Aurelia router code, making the router respond...
@PWKad Thanks, your workaround works! 👍 If anyone is interested, I use the following piece of code inside my `configureRouter(routerConfiguration, router)` function: ``` routerConfiguration.mapUnknownRoutes(() => { if (location.pathname.startsWith('/my-route')) { return...
Any update on this? Would you be open to accept a PR that replaces the package with either of the aforementioned suggestions? I noticed this package is using a 4...
hm, so as far as you know there is no way to fix this?
Not entirely sure, but I think you will need to bundle it and write the bundle to the `dist` folder. That way people will only need to include that bundle...