author | nowmad@23.1.168.192.in-addr.arpa |
Fri, 22 Jan 2016 11:23:23 +0100 | |
changeset 97 | 32c0f831de45 |
parent 96 | 719390899adf |
child 98 | 2e6bfce6f99c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/controllers/tabs/discours.js Fri Jan 22 11:23:23 2016 +0100 @@ -0,0 +1,9 @@ +import Ember from 'ember'; + +export default Ember.Controller.extend({ + actions: { + updateUrl: function(selection){ + this.transitionToRoute({queryParams: {discours: selection}}); + } + } +});