ember-cli-clock
ember-cli-clock copied to clipboard
Make the passing of time observable in your Ember app.
This addon is outdated with the recent Ember versions ``` [email protected]: version "2.1.1" resolved "https://registry.yarnpkg.com/ember-cli-clock/-/ember-cli-clock-2.1.1.tgz#342d18f14eddc855dd91d448e85296d6a2482077" dependencies: ember-cli-babel "^5.1.5" ``` ``` $> ember -v ember-cli: 2.14.1 node: 8.2.1 os: darwin x64...
So I am trying to inject the clock service in my model. But it will not start unless I interact with the clock service. ``` clock: Ember.inject.service('booking-counter'), isAvailable: Ember.computed('deadline', 'isbookable',...
Anyone have an example of this?
When a project is configured to use a pod structure, this addon doesn't scaffold into the appropriate location. *expected* (example assumes `config/environment.js` to have no `podModulePrefix` set) ``` ember g...
I'm happy to write this and submit a PR, but I want to know if it's a) in scope and b) wanted before I write it. Basically, the use case...