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.
If the call stack is very long then the URL can also be very long. This is common when there are error messages in loading modules and in infinite digests. Also I think there is often some kind of recursion in the messages where you have to click through a number of times to get to the actual error message.
Since the 2nd minErr argument is often the error's stack trace when trying to load modules, the url can often be cut off by the browser.
angular.js/src/auto/injector.js
Line 756 in bf6a79c
This message should be replaced with something more intelligent, ideally showing which dependent module was missing or broken.
The text was updated successfully, but these errors were encountered: