cms/app-client/app/routes/application.js
author nowmad@nowmads-macbook-pro.local
Fri, 11 Dec 2015 13:13:47 +0100
changeset 51 70dff07a76ff
parent 42 7d091abf82fd
child 74 2bd46d0b2c80
permissions -rw-r--r--
add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter

import Ember from 'ember';

export default Ember.Route.extend({
  model() {
    return this.store.findAll('sound');
  }
});