cms/app-client/app/routes/tabs/carto.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 23:21:02 +0200
changeset 202 0446e07981db
parent 198 541e26eb356f
child 204 dd969e178944
permissions -rw-r--r--
Add interval to filter component Add filter.date observer to visu-chrono Minor playlist component styling
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46
b9afefcfe964 create carto route to try a query and render the carto compoenent in a specific outlet
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     1
import Ember from 'ember';
b9afefcfe964 create carto route to try a query and render the carto compoenent in a specific outlet
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     2
b9afefcfe964 create carto route to try a query and render the carto compoenent in a specific outlet
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     3
export default Ember.Route.extend({
198
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     4
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     5
    actions: {
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     6
        queryParamsDidChange: function() {
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     7
            console.log("carto params");
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     8
        },
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
     9
    }
541e26eb356f Display filter IDs
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    10
46
b9afefcfe964 create carto route to try a query and render the carto compoenent in a specific outlet
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    11
});