erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Microsoft Edge Browser issue #137

Closed michaelonubogu closed 8 years ago

michaelonubogu commented 8 years ago

I have a polymer app which has a sign in button that takes a user to the login page. The markup looks like the following below

<a class="sign-in-link sign-in-button" href="#/login">Sign in</a>

and it's route in my app-router element created within my index.html like this below:

`

`

This works beautifully in all browsers, except Microsoft Edge it seems. Just wanted to see if I was doing anything wrong.

Using Polymer 1.0 also.

brandonbuttars commented 8 years ago

I can confirm this issue. Works in IE 11 but not Edge.

jmalonzo commented 8 years ago

Thanks. Fixed in b10db70