cms/app-client/app/components/transcript-section-component.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 00:22:31 +0100
changeset 454 710a2ae08a74
permissions -rw-r--r--
rework transcript component to correct various bugs

import Ember from 'ember';

export default Ember.Component.extend({
  turns: Ember.computed.readOnly("section.turns"),
  title: Ember.computed.readOnly("section.title"),
});