ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

While model is loading, second and subsequent promises returned by fetchAll resolve before model is loaded #386

Closed jnovatnack closed 10 years ago

jnovatnack commented 10 years ago

It was a surprise for me that if I call Model#fetchAll twice, while the model is loading, then the second, and subsequent, promises will resolve before the model is loaded.

ebryn commented 10 years ago

Closed by #387