Closed tbranyen closed 10 years ago
This should be useful for tools like Backbone to call model attributes:
Old way:
{{ model.attributes.value }}
New way:
{{ model.get 'value' }}
This should be useful for tools like Backbone to call model attributes:
Old way:
New way: