Ghost/core/client/controllers
David Arvelo f6dd851ffb Fix promise rejection
fixes #3013
- bubble promise rejection on post model validation/save error so that it doesn't bubble as resolved
- prefer `.catch()` for promise handlers as per recommendations
- check if `.save()` is being called from model.destroyRecord() and forgo validation if so
- normalize output for both `.validate()` and `.save()`
2014-06-22 14:49:09 -04:00
..
editor Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
modals Fix promise rejection 2014-06-22 14:49:09 -04:00
posts Fix promise rejection 2014-06-22 14:49:09 -04:00
settings Convert general settings page to ember data 2014-06-20 04:38:41 +00: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 Fix promise rejection 2014-06-22 14:49:09 -04:00
posts.js Get single post from API by id and query params; Auto-sort posts list 2014-06-17 18:10:11 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00