Skip to content

Instantly share code, notes, and snippets.

@garrilla
Last active August 29, 2015 14:07
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 garrilla/42844feba02d289a733b to your computer and use it in GitHub Desktop.
Save garrilla/42844feba02d289a733b to your computer and use it in GitHub Desktop.
Template Utils
Template.myTemplate.utils={
someHelper: function(){
console.log('someHelper()')
}
}
Template.myTempalte.utils.someHelper() // prints someHelper()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment