Skip to content

Instantly share code, notes, and snippets.

@pwfisher
Last active August 29, 2015 13:57
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/9823691 to your computer and use it in GitHub Desktop.
Save pwfisher/9823691 to your computer and use it in GitHub Desktop.
Ember.Handlebars.helper 'currency', (value) ->
'$' + parseFloat(value).toFixed(2)#.replace(/\d{1,3}(?=(\d{3})+(?!\d))/g , '$&,')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment