cms/app-client/app/controllers/tabs/chrono.js
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 17:50:49 +0200
changeset 145 49b75287c30b
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
correct backoffocie with new handle if format

import Ember from 'ember';

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