Fixes filters accumulation when on discover tab after refresh

This commit is contained in:
Jesús Ángel González 2018-02-05 09:46:04 +01:00
parent 1c87be1458
commit d1c6979dcc

View File

@ -927,7 +927,7 @@ function discoverController(
if ($location.search().tab != $scope.tab) { // Changing filters
$scope.tab = $location.search().tab;
queryFilter.removeAll();
loadFilters();
}