changeset 314 | f5690d918358 |
parent 309 | 6ab16926b675 |
child 331 | 9836845ed1e8 |
--- a/cms/app-client/app/routes/tabs/carto.js Sun Oct 02 19:11:06 2016 +0200 +++ b/cms/app-client/app/routes/tabs/carto.js Sun Oct 02 19:14:07 2016 +0200 @@ -2,7 +2,7 @@ export default Ember.Route.extend({ - modelQueryParam: 'world', + modelQueryParam: '6295630', model: function() { return this.store.query('geostat', { @@ -12,7 +12,7 @@ }, deactivate: function () { - this.set('modelQueryParam', 'world'); + this.set('modelQueryParam', '6295630'); }, setupController: function(controller) {