Is there a way to use app-route to create a catch all route?
Adding wild card doesn't seem to work the way I was expecting.
Is there a way to use app-route to create a catch all route?
Adding wild card doesn't seem to work the way I was expecting.
It doesn't look like this is possible as of v0.9.2 of app-route
. The fallbackSelection
attribute on iron-pages
might work for you.
If you have a different use case than what's described in this issue, I suggest opening a new issue within the Github project.