cms/app-client/app/controllers/tabs/thematiques.js
author ymh <ymh.work@gmail.com>
Tue, 01 Mar 2016 23:35:33 +0100
changeset 135 66c1d31e2f97
parent 96 719390899adf
child 176 d1baf7ccecc8
permissions -rw-r--r--
first steps to add subject editing

import Ember from 'ember';

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