cms/app-client/app/controllers/tabs/carto.js
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 13:04:27 +0100
changeset 89 89be68e13215
parent 51 70dff07a76ff
child 198 541e26eb356f
permissions -rw-r--r--
fix a problem after reloading the page the date tags couldn't be deleted

import Ember from 'ember';

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