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-- |
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 | 4 |
|
5 |
actions: { |
|
6 |
queryParamsDidChange: function() { |
|
7 |
console.log("carto params"); |
|
8 |
}, |
|
9 |
} |
|
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 |
}); |