varvet / serenade.js

Client side MVC framework
http://serenadejs.org
Other
524 stars 27 forks source link

Nested property access in templates #91

Closed paglias closed 11 years ago

paglias commented 11 years ago

It seems that actually accessing a nested property inside a template is not possible:

@property.subProperty

Triggers an error:

Uncaught TypeError: In view 'app': Cannot read property '0' of undefined 

The only solutions seems to use the in helper but I think this is a serious bug

paglias commented 11 years ago

Sorry, I didn't see #74