Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 18, 2011 03:57
Show Gist options
  • Save erichocean/783963 to your computer and use it in GitHub Desktop.
Save erichocean/783963 to your computer and use it in GitHub Desktop.
valueBinding: SC.Binding.transform(function(value, binding) {
return "how many: %@" .fmt(value);
}).from('MyApp.arrayController.length')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment