An Ember Component that uses BufferedProxy to enable change buffering at the view level.
Using {{buffered-proxy}}s block param, content.name gets disconnected from
model.name, once it's changed and the changes hasn't been applied back to the
outer context. Firing a discard action resets the proxy value. Check out
the tests for more info.
- git clonethis repository
- npm install
- bower install
- ember server
- Visit your app at http://localhost:4200.
- ember test
- ember test --server
- ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.