cms/app-client/app/controllers/tabs/thematiques.js
author ymh <ymh.work@gmail.com>
Mon, 22 Feb 2016 18:06:39 +0100
changeset 126 e87a340711a4
parent 96 719390899adf
child 176 d1baf7ccecc8
permissions -rw-r--r--
improve on dataloading. add fixture management with proper interface to load data.

import Ember from 'ember';

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