cms/app-client/app/controllers/tabs/thematiques.js
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 17:50:49 +0200
changeset 145 49b75287c30b
parent 96 719390899adf
child 176 d1baf7ccecc8
permissions -rw-r--r--
correct backoffocie with new handle if format

import Ember from 'ember';

export default Ember.Controller.extend({
  actions: {
    updateUrl: function(selection){
      this.transitionToRoute({queryParams: {thematique: selection}});
    }
  }
});