cms/app-client/app/controllers/tabs/chrono.js
author nowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:22:14 +0100
changeset 55 484c02a0e590
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
reorganize html of application

import Ember from 'ember';

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