Created
January 18, 2011 04:08
-
-
Save erichocean/783973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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