0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

inject ajax service in settings/labs

closes #6530
- turns out one must inject a service in order to use it
This commit is contained in:
Austin Burdine 2016-02-17 14:50:40 -06:00
parent 39b326aa6d
commit c1d962ac63

View file

@ -16,6 +16,7 @@ export default Controller.extend({
ghostPaths: service(),
notifications: service(),
session: service(),
ajax: service(),
actions: {
onUpload(file) {