cms/app-client/app/models/theme.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 176 d1baf7ccecc8
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

import Model from 'ember-data/model';
import attr from 'ember-data/attr';

export default Model.extend({

    label: attr('string'),
    count: attr('number')

});