changeset 283 | beebc85e0c6b |
parent 281 | 618aec1734d5 |
child 291 | 478cdcc56a63 |
282:9f8355f119e7 | 283:beebc85e0c6b |
---|---|
4 |
4 |
5 locationQueryParam: 'world', |
5 locationQueryParam: 'world', |
6 |
6 |
7 model: function() { |
7 model: function() { |
8 return this.store.query('geostat', { |
8 return this.store.query('geostat', { |
9 'areas': this.get('locationQueryParam') |
9 'area': this.get('locationQueryParam'), |
10 'details': 1 |
|
10 }); |
11 }); |
11 }, |
12 }, |
12 |
13 |
13 actions: { |
14 actions: { |
14 setlocationQueryParam: function(id) { |
15 setlocationQueryParam: function(id) { |