# HG changeset patch # User nowmad@23.1.168.192.in-addr.arpa # Date 1450351337 -3600 # Node ID ad554d876c81f368b27f413e96f0cbfade2022aa # Parent 87946963c3bb53119ff0dad6372a7dc28de2e400 remove model to use the general one the application fetch on the first load diff -r 87946963c3bb -r ad554d876c81 cms/app-client/app/routes/tabs/carto.js --- a/cms/app-client/app/routes/tabs/carto.js Thu Dec 17 12:21:50 2015 +0100 +++ b/cms/app-client/app/routes/tabs/carto.js Thu Dec 17 12:22:17 2015 +0100 @@ -3,8 +3,5 @@ export default Ember.Route.extend({ renderTemplate() { this.render({ outlet: 'carto' }); - }, - model() { - return this.store.find('sound', { location: "france" }); } });