cms/app-client/app/controllers/tabs/carto.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 21 Jun 2016 14:24:30 +0200
changeset 196 7550cb541901
parent 51 70dff07a76ff
child 198 541e26eb356f
permissions -rw-r--r--
Filter as a service Document list as a component Styling and cleanup

import Ember from 'ember';

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