This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Error URLs from AngularJS 1.5.11 are not redirecting; gives 404 error #16661
Closed
Description
I'm submitting a ...
- bug report
- feature request
- other
Current behavior:
Errors triggered in AngularJS 1.5.11 produce an error URL in this form:
http://errors.angularjs.org/1.5.11/$interpolate/interr?p0=foo&p1=bar
Going to this URL gives a 404 page and does not redirect.
Expected / new behavior:
This URL is the new docs location:
https://code.angularjs.org/1.5.11/docs/error/$interpolate/interr?p0=foo&p1=bar
Minimal reproduction of the problem with instructions:
Using AngularJS 1.5.11, write some code that causes an error. Maybe add an invalid expression to your template like this:
<p>{{ foo.bar() | date }}</p>
AngularJS version: 1.5.11
Browser: all
Anything else:
N/A