Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoghal
Forked from tomdale/gist:1134558
Created May 27, 2012 22:16
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 zoghal/2816139 to your computer and use it in GitHub Desktop.
Save zoghal/2816139 to your computer and use it in GitHub Desktop.
Load remote Handlebars templates
jQuery.get('/templates/foo.handlebars', function(data) {
var template = SC.Handlebars.compile(data);
SC.TEMPLATES['foo'] = template;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment