Merge pull request #461 from astagi/fixroutingonsearchreload

Fix links bug on loading issue page with query parameter
stable
Alejandro 2015-05-08 09:22:52 +02:00
commit 6244bd2a0f
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ IssuesFiltersDirective = ($log, $location, $rs, $confirm, $loading, $template, $
selectQFilter = debounceLeading 100, (value) ->
return if value is undefined
$ctrl.replaceFilter("page", null)
$ctrl.replaceFilter("page", null, true)
if value.length == 0
$ctrl.replaceFilter("q", null)