cms/app-client/app/controllers/tabs/langues.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 21 Jun 2016 14:24:30 +0200
changeset 196 7550cb541901
parent 188 d2cb39155997
child 197 7b266ccf6d3d
permissions -rw-r--r--
Filter as a service Document list as a component Styling and cleanup

import Ember from 'ember';

export default Ember.Controller.extend({
	actions: {
        transitionTo: function(id) {
            this.transitionToRoute({ queryParams: { 'langue': id } });
        }   
    }
});