Skip to content

Commit

Permalink
app.js: Fix project query
Browse files Browse the repository at this point in the history
This will enable reloadOnSearch on the project site.

Closes coala#797
  • Loading branch information
pra17dod committed May 14, 2021
1 parent 2ce4f8c commit 497b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$routeProvider.
when('/projects', {
template: '<projects></projects>',
reloadOnSearch: false
reloadOnSearch: true
}).
when('/mentors', {
template: '<mentors></mentors>'
Expand Down

0 comments on commit 497b5e5

Please sign in to comment.