Ghost/ghost/admin/app/services/upgrade-notification.js
Vijay Kandy b4e812db54 Added upgrade notification component to About page. (#102)
- Picked some fixes https://github.com/TryGhost/Ghost/pull/5670/files
- Destructured Ember properties
- Removed unused imports and fixed unit test errors.
2016-07-15 16:58:35 -06:00

6 lines
90 B
JavaScript

import Service from 'ember-service';
export default Service.extend({
content: ''
});