Created
February 28, 2012 03:24
-
-
Save srohde/1929173 to your computer and use it in GitHub Desktop.
Hogan.js client side code in CoffeeScript
This file contains hidden or 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
contactsList = new Hogan.Template T.contacts | |
$('#content').append(contactsList.render {contacts:[{name:"Foo"}, {name:"Bar"}]}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment