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
I'm trying to use the query-params feature, in a template like this:
emblem: =link-to 'myRoute' (query-params page="2") | link
hbs: {{#link-to 'accounts' (query-params page='2')}}link{{/link-to}}
but I have an error in both cases,
Compiler said: Error: Parse error on line 2: ...#link-to 'myRoute' (query-params page=' -----------------------^ Expecting 'CLOSE', 'CLOSE_UNESCAPED', 'STRING', 'INTEGER', 'BOOLEAN', 'ID', 'DATA', got 'INVALID'
I have enabled all features, and I'm using the lastest canary version of ember
The text was updated successfully, but these errors were encountered:
You need to be using handlebars 1.3 or greater.
Sorry, something went wrong.
I thinks @kiwiupover is right.
No branches or pull requests
I'm trying to use the query-params feature, in a template like this:
emblem: =link-to 'myRoute' (query-params page="2") | link
hbs: {{#link-to 'accounts' (query-params page='2')}}link{{/link-to}}
but I have an error in both cases,
Compiler said: Error: Parse error on line 2:
...#link-to 'myRoute' (query-params page='
-----------------------^
Expecting 'CLOSE', 'CLOSE_UNESCAPED', 'STRING', 'INTEGER', 'BOOLEAN', 'ID', 'DATA', got 'INVALID'
I have enabled all features, and I'm using the lastest canary version of ember
The text was updated successfully, but these errors were encountered: