Skip to content

Instantly share code, notes, and snippets.

@geksilla
Created November 27, 2013 13:13
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 geksilla/7675415 to your computer and use it in GitHub Desktop.
Save geksilla/7675415 to your computer and use it in GitHub Desktop.
Handlebars.registerHelper "ifCond", (v1, v2, options) ->
return options.fn(@) if v1 is v2
options.inverse @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment