Skip to content

Instantly share code, notes, and snippets.

@jonnii
Created April 5, 2013 15:14
Show Gist options
  • Save jonnii/5320088 to your computer and use it in GitHub Desktop.
Save jonnii/5320088 to your computer and use it in GitHub Desktop.
Ember.Handlebars.registerBoundHelper 'timeSince', (value) ->
m = moment(value).fromNow()
return new Handlebars.SafeString('<span data-livestamp="' + value + '">' + m + '</span>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment