Skip to content

Instantly share code, notes, and snippets.

@hvgotcodes
Created October 3, 2010 21:47
Show Gist options
  • Save hvgotcodes/608973 to your computer and use it in GitHub Desktop.
Save hvgotcodes/608973 to your computer and use it in GitHub Desktop.
titleBinding: SC.Binding.from('App.thingController*content.bookmarks.length').transform(function(value){
console.log('title binding xform %@'.fmt(value));
return 'Go Back [%@]'.fmt(value);
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment