cms/app-client/app/models/theme.js
author ymh <ymh.work@gmail.com>
Sun, 06 Nov 2016 03:44:16 +0100
changeset 393 5ef3bfef0bff
parent 176 d1baf7ccecc8
permissions -rw-r--r--
add colors to visu chrono

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

export default Model.extend({

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

});