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

Description
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
