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.
I'm submitting a ...
Current behavior:
When a query parameter contains a special character such as
'
angular goes into an infinite digest loop.Expected / new behavior:
angular behaves normally
Minimal reproduction of the problem with instructions:
just open the public website:
https://angularjs.org/?foo=bar%27
the URL contains a key-value pair
{ foo: "bar'" }
as query-parameter.Open the developer console and you can see javascript spamming messages
AngularJS version: 1.7.2
this is what i experienced the problem with. I don't know which version angularjs.org is running at.
Browser: [Chrome 67.0.3396.99 | Firefox 61.0.1 ]
Operating System is Fedora Core 28
Anything else:
The text was updated successfully, but these errors were encountered: