Created
August 9, 2011 16:53
-
-
Save tomdale/1134558 to your computer and use it in GitHub Desktop.
Load remote Handlebars templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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