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

Merge pull request #6531 from acburdine/issue-6530

Inject ajax service in settings/labs
This commit is contained in:
Kevin Ansfield 2016-02-18 08:58:12 +00:00
commit 24e84ca531

View file

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