Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

Optional route path when used with query params #59

Description

@Panman82

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions