changeset 454 | 710a2ae08a74 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/components/transcript-section-component.js Fri Dec 02 00:22:31 2016 +0100 @@ -0,0 +1,6 @@ +import Ember from 'ember'; + +export default Ember.Component.extend({ + turns: Ember.computed.readOnly("section.turns"), + title: Ember.computed.readOnly("section.title"), +});