Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

EmberData include

$
0
0

@greyhwndz wrote:

I have the following in my model hook:

return this.store.findRecord('book', id, { include: 'authors' });

and I was expecting that in my template, the following will work:

{{model.author.last}}, {{model.author.first}}

nothing appears in my template for those fields

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles