getoutreach / epf

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

LazyModels could accept changes even if not loaded? #81

Open belluzj opened 11 years ago

belluzj commented 11 years ago

This is a feature request.

At some point in my application, I set a property on a lazy model, and it complains that you cannot delegate set to content because there's no content yet (as would any Ember object proxy would complain).

I would find it great that lazy models in that case could take the set property anyway and merge it later with the loaded model without complaining.

However this is not urgent at all :)

ghempton commented 10 years ago

I would like to support something like this as well.