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
It would be great, if the {{link}} helper could support URLs that are recognizable by the router.
{{link}}
This would make {{link}} a more usable primitive in scenarios where a "serialized" URL has to be passed, e.g. as a callback query parameter.
callback
{{! origin route }} <Ui::Button @link={{link "signup" query=(hash callback=(get (link "checkout") "url"))}} > Please sign up first to continue </Ui::Button>
{{! "signup" target route }} <Ui::Button @link={{link fromURL=callback}} > Finish registration </Ui::Button>
The text was updated successfully, but these errors were encountered:
toString()
url
fromURL
Successfully merging a pull request may close this issue.
It would be great, if the
{{link}}
helper could support URLs that are recognizable by the router.This would make
{{link}}
a more usable primitive in scenarios where a "serialized" URL has to be passed, e.g. as acallback
query parameter.The text was updated successfully, but these errors were encountered: