Skip to content

Commit

Permalink
Bug fix. Tag id from query string in search page, when redirected fro…
Browse files Browse the repository at this point in the history
…m statistics page is converted to string
  • Loading branch information
hiksa committed Aug 26, 2015
1 parent 503a1ba commit 17ed1fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@
}

if ($routeParams.tag) {
vm.searchParams.tags = $routeParams.tag;
vm.searchParams.tags = $routeParams.tag.toString();
$location.search('tag', null);
}

Expand Down

0 comments on commit 17ed1fd

Please sign in to comment.