Ghost/ghost/admin/app/routes
Kevin Ansfield 5c9a824d53 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
posts Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
settings Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
setup Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
team Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
about.js Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05:00
application.js Fix alerts disappearing when navigating 2015-08-24 16:07:09 +01:00
authenticated.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
error404.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
mobile-index-route.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
posts.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
reset.js Refactor notifications service & components 2015-07-28 12:26:11 +01:00
setup.js Don't clear password field until setup is complete 2015-08-25 13:16:39 +01:00
signin.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
signout.js Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05:00
signup.js Refactor notifications service & components 2015-07-28 12:26:11 +01:00