mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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:
parent
39b326aa6d
commit
c1d962ac63
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export default Controller.extend({
|
||||||
ghostPaths: service(),
|
ghostPaths: service(),
|
||||||
notifications: service(),
|
notifications: service(),
|
||||||
session: service(),
|
session: service(),
|
||||||
|
ajax: service(),
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
onUpload(file) {
|
onUpload(file) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue