cms/app-client/app/controllers/application.js
changeset 227 5c9250f55f4b
parent 224 d284324358b2
child 228 a2497a2b6224
--- a/cms/app-client/app/controllers/application.js	Mon Jul 04 23:54:48 2016 +0200
+++ b/cms/app-client/app/controllers/application.js	Tue Jul 05 01:30:27 2016 +0200
@@ -2,7 +2,7 @@
 
 export default Ember.Controller.extend({
 
-    queryParams: ['location', 'date', {
+    queryParams: ['location', 'date', 'notice', {
         language: 'langue',
         discourse: 'discours',
         theme: 'thematique'
@@ -12,6 +12,7 @@
     discourse: null,
     language: null,
     location: null,
+    notice: null,
     theme: null,
 
     filter: Ember.inject.service(),