We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeacb7 commit e0f60a4Copy full SHA for e0f60a4
app/routes/index.js
@@ -16,8 +16,8 @@ export default Route.extend({
16
];
17
},
18
19
- // eslint-disable-next-line no-unused-vars
20
- setupController(controller) {
+ setupController(controller, model) {
+ this._super(controller, model);
21
this.controllerFor('application').set('searchQuery', null);
22
23
0 commit comments