-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigating to non-empty child route fails when parent route is empty #525
Comments
Here is a reproduction using the latest aurelia libraries: https://github.com/gheoan/aurelia-router-issue-525. |
http://aurelia.io/docs/routing/configuration#redirecting-routes
seems like all the threads about empty parent routes end there maybe can be closed |
@davismj (-: |
I'm submitting a bug report
1.3.0
Please tell us about your environment:
Browser:
Tested in latest Chrome, Firefox
Language:
all
Current behavior:
Consider this configuration:
Navigating to
/test
fails with error route not found.Here is a demonstration: https://gist.run/?id=929bcf7c2c64fbf6c9e3f2b6f7e797ab.
Seems like this is similar to #27.
Expected/desired behavior:
/test
should match the only child route from the example above.The text was updated successfully, but these errors were encountered: