UNPKG

ember-blog

Version:

Adds a static blog to any Ember CLI app, supporting posts written in Markdown and HTMLBars

7 lines (5 loc) 110 B
import Ember from 'ember'; export default Ember.Controller.extend({ authors: null, categories: null, });