yapplabs / ember-buffered-proxy

An Ember Proxy the enables change buffering
MIT License
166 stars 31 forks source link

Check if proxy has changes? #10

Closed samselikoff closed 9 years ago

samselikoff commented 9 years ago

What's the appropriate way to see if a buffered proxy has changes (is dirty) from its content?

We found proxy.hasBufferedChanges here - is that public?

lukemelia commented 9 years ago

proxy.get('hasChanges')