71c358b638
No Issue - Switches to the newer style of dependency injection. - Instead of injection Controllers via "needs," use Ember.inject.controller(). - Get rid of initializers that were only injecting objects into various factories. Converts these objects into Ember.Service objects and declaratively inject them where needed via Ember.inject.service(). The added benefit to this is that it's no longer a mystery where these properties/methods come from and it's straightforward to inject them where needed. |
||
---|---|---|
.. | ||
body-event-listener.js | ||
current-user-settings.js | ||
dropdown-mixin.js | ||
ed-editor-api.js | ||
ed-editor-scroll.js | ||
ed-editor-shortcuts.js | ||
editor-base-controller.js | ||
editor-base-route.js | ||
editor-base-view.js | ||
pagination-controller.js | ||
pagination-route.js | ||
pagination-view-infinite-scroll.js | ||
settings-menu-controller.js | ||
shortcuts-route.js | ||
style-body.js | ||
text-input.js | ||
validation-engine.js |