cms/app-client/app/components/transcript-section-component.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 09:33:53 +0100
changeset 456 3a32d2f57429
parent 454 710a2ae08a74
permissions -rw-r--r--
ember 2.10

import Ember from 'ember';

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