Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created August 7, 2014 20:58
Show Gist options
  • Save tbergeron/ea6a0d4b17b6001d0717 to your computer and use it in GitHub Desktop.
Save tbergeron/ea6a0d4b17b6001d0717 to your computer and use it in GitHub Desktop.
App.TimeAgoView = Ember.View.extend({
tagName: 'abbr',
classNames: ['timeago'],
attributeBindings: ['title'],
title: null,
didInsertElement: function () {
return $.timeago(this.get('title'));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment