cms/app-client/app/controllers/tabs/langues.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:22:17 +0100
changeset 70 ad554d876c81
parent 51 70dff07a76ff
child 188 d2cb39155997
permissions -rw-r--r--
remove model to use the general one the application fetch on the first load

import Ember from 'ember';

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