remove model to use the general one the application fetch on the first load
authornowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:22:17 +0100
changeset 70 ad554d876c81
parent 69 87946963c3bb
child 71 22d9719f1929
remove model to use the general one the application fetch on the first load
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" });
   }
 });