cms/app-client/app/controllers/tabs/chrono.js
author nowmad@nowmads-macbook-pro.local
Thu, 21 Jan 2016 00:11:10 +0100
changeset 93 f7223e2f3023
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
fix removed var

import Ember from 'ember';

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