Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 18, 2011 04:08
Show Gist options
  • Save erichocean/783973 to your computer and use it in GitHub Desktop.
Save erichocean/783973 to your computer and use it in GitHub Desktop.
fooBinding: 'MyApp.controller.name',
barBinding: 'MyApp.aryController.length',
value: function() {
return "The array named %@ has length %@".fmt(this.get('foo'), this.get('bar'));
}.property('foo', 'bar').cacheable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment