cms/app-client/app/controllers/tabs/chrono.js
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 16:03:37 +0100
changeset 104 bd3747a1cd5f
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
update Readme and change baseStatic value with php function in corpus.module

import Ember from 'ember';

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