cms/app-client/app/controllers/tabs/carto.js
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 00:15:46 +0100
changeset 87 24fef043ea0b
parent 51 70dff07a76ff
child 198 541e26eb356f
permissions -rw-r--r--
add control to go next/previous sound

import Ember from 'ember';

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