0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/controllers
Felix Rieseberg 4bc5f91efc PSM: Reset 'Published Date'
Closes #4557
- The underlying issue is that the PSM is already loaded when Ember
routes from an existing post to a new post. Instead of resetting the
‘Published Date’ value manually (with jQuery), I’m using Ember’s
computed property setter to ‘refresh’ the cache for that property. I
believe that this Ember solution is better than manually going in and
resetting it with jQuery.
2014-12-01 11:57:47 -08:00
..
editor More autosave improvements 2014-10-18 17:27:05 +02:00
modals Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
posts Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
settings Tags management api hookup 2014-11-21 16:24:28 -07:00
application.js Update Ember to 1.8.0. 2014-10-30 06:01:22 +00:00
debug.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
error.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
forgotten.js Miscellaneous client cleanup 2014-11-29 02:42:08 +00:00
post-settings-menu.js PSM: Reset 'Published Date' 2014-12-01 11:57:47 -08:00
post-tags-input.js Fix post tags input. 2014-11-15 04:45:36 +00:00
posts.js Go between post list / post content with keyboard 2014-10-27 09:41:13 -06:00
reset.js Miscellaneous client cleanup 2014-11-29 02:42:08 +00:00
settings.js Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
setup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
signin.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
signup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00