Ghost/core/client/app/controllers/modals/copy-html.js
2015-03-11 12:37:41 -06:00

8 lines
156 B
JavaScript

var CopyHTMLController = Ember.Controller.extend({
generatedHTML: Ember.computed.alias('model.generatedHTML')
});
export default CopyHTMLController;