Ghost/ghost/admin/app/utils
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
..
ajax.js ES6 module version of ic-ajax instead of global 2015-05-26 22:13:25 -05:00
bind.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
bound-one-way.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
caja-sanitizers.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
ctrl-or-cmd.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
date-formatting.js Allow setting a post date using a single digit day. 2015-05-12 15:42:02 -07:00
document-title.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
ed-image-manager.js No more CodeMirror 2015-03-17 14:32:55 +00:00
editor-shortcuts.js No more CodeMirror 2015-03-17 14:32:55 +00:00
ghost-paths.js Fixing 'undefined' issue with ghostPaths.url.join 2015-05-13 15:08:04 +01:00
isFinite.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
isNumber.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
link-view.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
mobile.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
random-password.js finish up password protection 2015-05-12 12:02:18 -06:00
set-scroll-classname.js The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
text-field.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
titleize.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
validator-extensions.js Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00
word-count.js Added support for all letters in word-count (not only ASCII) and added xregexp bower module to a project 2015-05-02 22:56:33 +03:00