Ghost/ghost/admin/app/components/gh-popover.js
Austin Burdine fb239054a0 convert remainder of components to use ember-cli-shims (#101)
follow up from #95
- converts components to use ember-cli-shims
2016-06-30 19:14:25 +01:00

8 lines
220 B
JavaScript

import injectService from 'ember-service/inject';
import GhostDropdown from 'ghost-admin/components/gh-dropdown';
export default GhostDropdown.extend({
classNames: 'ghost-popover',
dropdown: injectService()
});