Guest User

Untitled

a guest
Jul 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fooBinding: 'MyApp.controller.name',
  2. barBinding: 'MyApp.aryController.length',
  3. value: function() {
  4. return "The array named %@ has length %@".fmt(this.get('foo'), this.get('bar'));
  5. }.property('foo', 'bar').cacheable()
Add Comment
Please, Sign In to add comment