Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

IE11 Error: Invalid argument when parsing a link href containing a percent sign #13388

Open
@pneyer

Description

@pneyer

Hi

Angular cannot render links with percent signs in it when using IE11 as a browser.
A valid email address like test%[email protected] inside an <a ng-href="..."> logs an error to IE11 console "Error: Invalid argument" and the link is not rendered.
Example: <a ng-href="mailto:{{'test%[email protected]'}}">a link</a>

Verified in IE11 version: 11.0.9600.18098 using angular 1.4.8

Reproducible here: http://plnkr.co/edit/9ksVLjk6tFpgRPvZAXVq

Other browsers are not affected, i.e. Chrome
screen shot 2015-11-26 at 16 13 47

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions