0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/app/controllers
Kevin Ansfield 3f361f8742 Standardize on var-less export default across ember app
no issue
- drops the `var Foo = Ember.Thing.extend({}); export default Foo;` syntax in favour of exporting directly, eg: `export default Ember.Thing.extend({})`
- discussion on this change [here](https://github.com/TryGhost/Ghost/pull/5340#issuecomment-105828423) and [here](https://github.com/TryGhost/Ghost/pull/5694#discussion-diff-37511606)
2015-10-06 10:59:50 +01:00
..
editor Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
modals Adds rudimentary validation to user invite 2015-09-02 22:26:59 +01:00
settings Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
setup Form field icons load in default 'grey' state 2015-09-01 13:02:27 +01:00
team Fix spinner on settings page 2015-08-11 15:26:24 +01:00
about.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
application.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
error.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
feature.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
post-settings-menu.js Prevent enter button reloading page when focus is on meta-title in PSM 2015-09-27 13:59:08 +01:00
posts.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
reset.js Form field icons load in default 'grey' state 2015-09-01 13:02:27 +01:00
setup.js User Onboarding - flow navigation 2015-07-21 17:23:04 +01:00
signin.js Keep spinner running on successful signin 2015-09-02 16:49:04 +01:00
signup.js Form field icons load in default 'grey' state 2015-09-01 13:02:27 +01:00