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.
corrupted minErr urls/redirection #8683
Closed
Description
I accidentally bootstrapped my app twice and got this error:
[ng:btstrpd] http://errors.angularjs.org/1.3.0-local+sha.e840be8/ng/btstrpd?p0=%3Cbody%20ng-app%3D%22%22%20class%3D%22ng-scope%22%3E
when navigating to the url I was redirected to:
https://docs.angularjs.org/error/ng/btstrpd?p0=%3Cbody%20ng-app%3D%22%22%20class%3D%22ng-scope%22%3E
The error page then didn't interpolate the argument from the url, so the error message was harder to read.
All I saw was:
App Already Bootstrapped with this Element ''
(notice the empty quoted string)