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.
The $sanitize service was returning an empty string to the error page
because the input was usually a single html tag (sometimes it could be
`document`). This fix replaces angle brackets with html entities.
Closesangular#8683
The $sanitize service was returning an empty string to the error page
because the input was usually a single html tag (sometimes it could be
`document`). This fix replaces angle brackets with html entities.
Closes#8683
I accidentally bootstrapped my app twice and got this error:
link
when navigating to the url I was redirected to:
link
The error page then didn't interpolate the argument from the url, so the error message was harder to read.
All I saw was:
(notice the empty quoted string)
The text was updated successfully, but these errors were encountered: