We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@phillipskevin commented on Mon Aug 06 2018
The text was updated successfully, but these errors were encountered:
It seems like this only happens if filter is not used in a registered route rule.
filter
can.route.register("{foo}") can.stache("{{routeUrl(foo=undefined)}}")(); // -> #! can.stache("{{routeUrl(bar=undefined)}}")(); // -> #!&bar=undefined
@justinbmeyer can you confirm you were seeing something different? Or point me to the code where I can reproduce the issue.
Sorry, something went wrong.
2.3 (JSBin) results:
can.route.register("{foo}") can.stache("{{routeUrl(foo=undefined)}}")(); // -> #! can.stache("{{routeUrl(bar=undefined)}}")(); // -> #!&bar=
3.0 (JSBin) results:
related to canjs/can-route#186.
No branches or pull requests
@phillipskevin commented on Mon Aug 06 2018
The text was updated successfully, but these errors were encountered: