Ghost/core/client/routes/editor
David Arvelo c61817cc80 Fix tag updating on model save in editor controller
closes #3131
- create a hook in the editor controller that fires on a model's save events
- use this hook to perform all the things that need to happen on save, regardless of where the save originated
- remove logic from instances of model.save() that now belongs in the modelSaved hook
- detach the model event listeners on willTransition in the editor routes
2014-06-28 23:50:24 -04:00
..
edit.js Fix tag updating on model save in editor controller 2014-06-28 23:50:24 -04:00
index.js Refactored Editor Routing 2014-06-11 12:18:44 -06:00
new.js Fix tag updating on model save in editor controller 2014-06-28 23:50:24 -04:00