cms/app-client/app/models/transcript.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 21 Aug 2016 13:51:22 +0200
changeset 257 eba9edbd8f46
parent 245 c9dd78a43b07
child 258 12c694392e8e
permissions -rw-r--r--
Add title to annotation Divide annotations in fragments when timestamp is the same

import DS from 'ember-data';

export default DS.Model.extend({

	title: DS.attr(),
	annotations: DS.attr(),
  
});