🐛 fix post-settings-menu slug input (#223)

refs https://github.com/TryGhost/Ghost/issues/7255
- adds missing `slugGenerator` service injection
This commit is contained in:
Kevin Ansfield 2016-08-24 13:58:49 +01:00 committed by Austin Burdine
parent ce58f6db33
commit e8ba1071a0

View File

@ -23,6 +23,7 @@ export default Controller.extend(SettingsMenuMixin, {
ghostPaths: injectService(),
notifications: injectService(),
session: injectService(),
slugGenerator: injectService(),
timeZone: injectService(),
initializeSelectedAuthor: observer('model', function () {