| author | ymh <ymh.work@gmail.com> |
| Fri, 12 Feb 2016 22:31:48 +0100 | |
| changeset 123 | 4c97e9da1416 |
| 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 |
}); |