| author | ymh <ymh.work@gmail.com> |
| Wed, 15 Feb 2017 22:53:52 +0100 | |
| changeset 512 | cf4653cf88f2 |
| parent 465 | 9df336529b2f |
| permissions | -rw-r--r-- |
|
465
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
import DS from 'ember-data'; |
|
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
|
|
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
export default DS.Model.extend({ |
|
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
label: DS.attr('string'), |
|
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
count: DS.attr('number') |
|
9df336529b2f
make filter and theme visualisatiion change on filter modification
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
}); |