FIX: Leave tags parameter in query string of URL when visiting page

This commit is contained in:
Joe Buhlig 2016-11-27 14:33:15 -06:00
parent 74b6fe8739
commit b1e8e2a6f6
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ export const queryParams = {
state: { replace: true, refreshModel: true }, state: { replace: true, refreshModel: true },
search: { replace: true, refreshModel: true }, search: { replace: true, refreshModel: true },
max_posts: { replace: true, refreshModel: true }, max_posts: { replace: true, refreshModel: true },
q: { replace: true, refreshModel: true } q: { replace: true, refreshModel: true },
tags: { replace: true, refreshModel: true }
}; };
// Basic controller options // Basic controller options