PolymerElements / app-route

A modular client-side router

Home Page:https://www.polymer-project.org/1.0/articles/routing.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

queryParams blank when using client-side navigation

markbrocato opened this issue · comments

Description

<app-location query-params="{{queryParams}}"></app-location> does populate the queryParams property on initial page load, but does not update the queryParams property on subsequent navigation.

Expected outcome

The queryParams property should be updated on location-changed.

Actual outcome

The queryParams property becomes blank on subsequent navigation.