You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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