cms/app-client/app/controllers/tabs/chrono.js
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 23:05:52 +0100
changeset 91 acfeddc7821d
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
rename "sound" to "document"

import Ember from 'ember';

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