cms/app-client/app/controllers/tabs/carto.js
author ymh <ymh.work@gmail.com>
Wed, 20 Jan 2016 16:21:40 +0100
changeset 111 af85c436048f
parent 51 70dff07a76ff
child 198 541e26eb356f
permissions -rw-r--r--
change edm:WebResources to edm:WebResources

import Ember from 'ember';

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