StartPolymer / polymer-starter-kit-plus-old

A starting point for building Single-Page Applications with Polymer 1.x
Other
78 stars 26 forks source link

fix catch-all redirect message. #23

Closed lukeed closed 8 years ago

lukeed commented 8 years ago

Using only window.location.href doesn't catch the attempted route. So the message ends up reading:

Can't find: /users

If attempting an invalid url from /users.

So now catch-all will read what Page.js was working with.

JosefJezek commented 8 years ago

Thank you :+1: