Ghost/ghost/admin
Jason Williams 71c358b638 Use Ember.inject instead of needs and initializers
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.
2015-05-27 07:41:42 -05:00
..
app Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05:00
config Update to simple-auth 0.8 2015-05-22 15:21:46 -05:00
lib Serve files to core/built/assets/ 2015-03-12 15:59:02 -06:00
public/assets First pass on app management UI 2015-05-25 17:48:14 +01:00
tests Upgrade grunt-jscs to fix whitespace linting. 2015-04-30 16:14:19 -05:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.gitignore Convert Sass to Myth 2015-05-22 19:05:09 +01:00
.jshintrc ES6 module version of ic-ajax instead of global 2015-05-26 22:13:25 -05:00
bower.json Merge pull request #5348 from jaswilli/es6-ajax 2015-05-27 09:34:00 +02:00
Brocfile.js ES6 module version of ic-ajax instead of global 2015-05-26 22:13:25 -05:00
package.json Update to simple-auth 0.8 2015-05-22 15:21:46 -05:00
testem.json Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00