0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
Matt Enlow ca422dc1a4 Transition to editor.edit after saving a new post
Closes #2860
- `editor-base-controller`'s `save` action returns a promise with the model
  after saving
- `EditorNewController` will transition to `EditorEditController` upon a
  successful save (model has an id)
- Removed a console.log in editor's save function
2014-06-11 15:44:18 -06:00
..
editor Transition to editor.edit after saving a new post 2014-06-11 15:44:18 -06:00
modals Close post settings popover menu after delete post 2014-06-06 04:04:49 +00:00
posts Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
settings Ember: correct editor layout and other niggles 2014-05-31 19:32:22 +01:00
application.js Implement signup in Ember 2014-05-23 12:17:28 -05:00
debug.js Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
forgotten.js Created ForgottenController 2014-03-30 22:18:15 +02:00
post-settings-menu.js Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
posts.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00