cms/app-client/app/controllers/tabs/langues.js
author nowmad@nowmads-macbook-pro.local
Fri, 18 Dec 2015 18:09:42 +0100
changeset 78 08765d161e96
parent 51 70dff07a76ff
child 188 d2cb39155997
permissions -rw-r--r--
change path to assets so it fit with the prod path

import Ember from 'ember';

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