Skip to content

Instantly share code, notes, and snippets.

@koriroys
Created February 11, 2015 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koriroys/7f2069be043c5fdbfcc3 to your computer and use it in GitHub Desktop.
Save koriroys/7f2069be043c5fdbfcc3 to your computer and use it in GitHub Desktop.
fill in a template from a controller?
var template = get('template:example').compiledTemplateString; // how to actually do this?
var templateWithFilledInValues = template({ username: 'Mr. Whiskers', email: 'meow@example.com' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment