Kevin Ansfield
d127d79019
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
Austin Burdine
5f28034189
update Ember to 1.12.1/ember-data to 1.0.0-beta.18
...
No issue
- fixed "{{#each}}" helper in templates to use block syntax
- fixed deprecated ember.controller getter/setter function to use new syntax
- removed unnecessary pass-protect route view
2015-06-02 22:26:16 -06:00
Matt Enlow
e20fdfebe8
Normalize settings payloads in client serializer
...
Closes #5117
2015-04-08 13:03:56 -06:00
Matt Enlow
55472b143f
Ember init, bower deps, es6 modules
2015-03-11 12:37:41 -06:00
Matt Enlow
6bbc62d3c2
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00