getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Implement promisearray for query #94

Closed joostdevries closed 10 years ago

joostdevries commented 10 years ago

This is a really small update but it allows you to use this.session.query outside of the model hook, which can be a necessity in some cases.

ghempton commented 10 years ago

This looks good. I need to think it over a little bit. Ideally I would like to explore using this mixin with Ep.LazyModel as well.

ghempton commented 10 years ago

Could you squash these commits into one?

joostdevries commented 10 years ago

I can but it will mean I've got to create a new PR.

ghempton commented 10 years ago

If you squash and then force push to this branch you won't have to update the PR. It should happen automatically.

joostdevries commented 10 years ago

Lesson learned. done :-)