Skip to content

Instantly share code, notes, and snippets.

@twokul
Created May 23, 2013 00:47
Show Gist options
  • Save twokul/5632036 to your computer and use it in GitHub Desktop.
Save twokul/5632036 to your computer and use it in GitHub Desktop.
volatile
App.AjaxObject = Ember.Object.create({
value: function() {
// makes an ajax call to get new value
return service.getValue();
}.property().volatile()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment