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 aware that the following can be solved by a straightforward helper - but I don't think its really needed!
My issue is that I cannot do the following {{users[user_id]name}} - where user_id would be the index in the users object - for instance, their ID.
{{users[user_id]name}}
user_id
users
A very simplified example is below (which fails due to the error)...
http://jsfiddle.net/ZrzfM/
The text was updated successfully, but these errors were encountered:
I don't think we plan to support this syntax.
Sorry, something went wrong.
No branches or pull requests
I'm aware that the following can be solved by a straightforward helper - but I don't think its really needed!
My issue is that I cannot do the following
{{users[user_id]name}}
- whereuser_id
would be the index in theusers
object - for instance, their ID.A very simplified example is below (which fails due to the error)...
http://jsfiddle.net/ZrzfM/
The text was updated successfully, but these errors were encountered: