Skip to content

Instantly share code, notes, and snippets.

@pwfisher
Forked from KATT/handlebar_helper_or.js
Last active August 29, 2015 13:58
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 pwfisher/10165341 to your computer and use it in GitHub Desktop.
Save pwfisher/10165341 to your computer and use it in GitHub Desktop.
Ember.Handlebars.helper 'or', (args...) ->
return arg for arg in args when !!arg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment