cms/app-client/app/models/geostat.js
author ymh <ymh.work@gmail.com>
Sun, 04 Dec 2016 00:23:52 +0100
changeset 465 9df336529b2f
parent 305 ff6cf3fc5f40
permissions -rw-r--r--
make filter and theme visualisatiion change on filter modification

import DS from 'ember-data';

export default DS.Model.extend({
    count: DS.attr('number')
});