Skip to content
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

Optional route path when used with query params #59

Open
Panman82 opened this issue Oct 7, 2016 · 0 comments
Open

Optional route path when used with query params #59

Panman82 opened this issue Oct 7, 2016 · 0 comments
Labels

Comments

@Panman82
Copy link

Panman82 commented Oct 7, 2016

With ember {{link-to}}, the route path can be omitted when used in conjunction with query params.

{{#link-to (query-params foo="bar")}}Baz{{/link-to}}
{{link-to "Baz" (query-params foo="bar")}}

I do this all the time in a project but ran into issues when trying to convert some of them to the {{href-to}} format.

@GavinJoyce GavinJoyce added the bug label Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants