You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code results in the following exception: Assertion failed: You looked up the 'tags' relationship on '<App.Post:ember276:11>' but some of the associated records were not loaded. Either make sure they are all loaded together with the parent record, or specify that the relationship is async (DS.hasMany({ async: true }))
I'm using:
Ember 1.2.0
Ember Data 1.0.0-beta3
Handlebars 1.1.2
jQuery 1.10.2
The text was updated successfully, but these errors were encountered:
The code results in the following exception:
Assertion failed: You looked up the 'tags' relationship on '<App.Post:ember276:11>' but some of the associated records were not loaded. Either make sure they are all loaded together with the parent record, or specify that the relationship is async (DS.hasMany({ async: true }))
I'm using:
Ember 1.2.0
Ember Data 1.0.0-beta3
Handlebars 1.1.2
jQuery 1.10.2
The text was updated successfully, but these errors were encountered: