PaulUithol / Backbone-relational

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models
http://backbonerelational.org
MIT License
2.34k stars 330 forks source link

autoFetch relations #543

Open danilomendonca opened 9 years ago

danilomendonca commented 9 years ago

Hi,

I've been trying to do a simple fetch over my main entity which has several other relations with autoFetch: true. I am using the success callback to get the fetched model, but unfortunately the relations are only fetched after this callback is called.

Is this the expected behaviour?

Thank you