cms/app-client/app/controllers/tabs/chrono.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:12:06 +0100
changeset 61 bbc8a582fcc3
parent 54 5b2b161dd4ce
child 189 21b30ee23191
permissions -rw-r--r--
introduce new action "play" to play the sounds and "details" to show more

import Ember from 'ember';

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