cms/app-client/app/controllers/application.js
changeset 72 9a7ea5349882
parent 61 bbc8a582fcc3
child 81 848e4a5ad4d9
equal deleted inserted replaced
71:22d9719f1929 72:9a7ea5349882
    14     var discours = this.get('discours');
    14     var discours = this.get('discours');
    15     var date = this.get('date');
    15     var date = this.get('date');
    16     // var thematique = this.get('thematique');
    16     // var thematique = this.get('thematique');
    17 
    17 
    18     var sounds = this.get('model');
    18     var sounds = this.get('model');
    19     console.log("sounds filtered ? ", sounds);
       
    20 
    19 
    21     if (location) {
    20     if (location) {
    22       sounds = sounds.filterBy('spatial', location);
    21       sounds = sounds.filterBy('spatial', location);
    23     }
    22     }
    24     if (langue) {
    23     if (langue) {