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

Block parameters are not working. #1240

Closed
sourabhdattawad opened this issue Jul 24, 2016 · 0 comments
Closed

Block parameters are not working. #1240

sourabhdattawad opened this issue Jul 24, 2016 · 0 comments

Comments

@sourabhdattawad
Copy link

I'm using Handlebars(4.0.5) with express.js. Block params when used throws following error. ...ll_cities.values as |city cityId|}} -----------------------^ Expecting 'CLOSE', 'CLOSE_UNESCAPED', 'STRING', 'INTEGER', 'BOOLEAN', 'OPEN_SEXPR', 'CLOSE_SEXPR', 'ID', 'EQUALS', 'DATA', 'SEP', got 'INVALID'
Code:
{{#each this.all_cities.values as |city cityId|}} City is {{city.name}} {{/each}}
this.all_cities.values is an array of object.
I'm using block params to resolve name conflict when nested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant