cms/app-client/app/controllers/tabs/carto.js
author nowmad@nowmads-macbook-pro.local
Thu, 07 Jan 2016 17:46:50 +0100
changeset 81 848e4a5ad4d9
parent 51 70dff07a76ff
child 198 541e26eb356f
permissions -rw-r--r--
update date params to be an array of date instead of a string

import Ember from 'ember';

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