ember-time icon indicating copy to clipboard operation
ember-time copied to clipboard

Example of periodically updating view in Ember

Results 2 ember-time issues
Sort by recently updated
recently updated
newest added

I realize that part of the reason for this exercise was to learn more about Ember and its API. It's very cool that it can be made to so what...

Thanks so much for this example. Here is what our solution looks like in coffeescript with jasmine tests. Note: we load `moment` onto `Ember` rather than window, hence `Ember.moment`. `from_now_view.js.coffee`:...