| author | ymh <ymh.work@gmail.com> |
| Fri, 02 Dec 2016 03:30:51 +0100 | |
| changeset 455 | a8bed1c7df8e |
| parent 454 | 710a2ae08a74 |
| permissions | -rw-r--r-- |
|
454
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
import Ember from 'ember'; |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
|
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
export default Ember.Component.extend({ |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
turns: Ember.computed.readOnly("section.turns"), |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
title: Ember.computed.readOnly("section.title"), |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
}); |