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.
A very simplified example is below (which fails due to the error)...
http://jsfiddle.net/ZrzfM/
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_idwould be the index in theusersobject - for instance, their ID.A very simplified example is below (which fails due to the error)...
http://jsfiddle.net/ZrzfM/