| author | Chloe Laisne <chloe.laisne@gmail.com> |
| Mon, 30 May 2016 23:58:34 +0200 | |
| changeset 176 | d1baf7ccecc8 |
| 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 |
}); |