author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 14 Jun 2016 18:15:26 +0200 | |
changeset 189 | 21b30ee23191 |
parent 98 | 2e6bfce6f99c |
child 198 | 541e26eb356f |
permissions | -rw-r--r-- |
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({ |
84 | 4 |
actions: { |
5 |
queryParamsDidChange: function() { |
|
6 |
console.log("carto params"); |
|
7 |
}, |
|
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
|
8 |
} |
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
|
9 |
}); |