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 has been archived by the owner on Apr 12, 2024. It is now read-only.
Sometimes IE returns an empty string for its normalized href on a tags.
This should pass the sanitation check in $compile.
Closesangular#2219, angular#2593
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For IE8 and below, there is a special care in htmlAnchorDirective like the following:
The change 9532234 is troublesome as it marks the href='' to be unsafe.
This used to work with angular-1.0.2.
Thanks.
The text was updated successfully, but these errors were encountered: