-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Add missing / fix incorrect error docs #15852
Comments
Hello again @Narretz Are these 2 more error files similar to the one I just made or a regular doc page? |
Hi @JoshuaJWilborn, for these error you'll need to look into the code and go from there to write a description. I think $route:norout is pretty simple to document, $parse:lval maybe a bit more involved. |
Why the breaking change @Narretz ? This is a docs only change, right? |
@petebacondarwin the BC is only for #15844 (comment), because changing the error identifier is technically a BC for apps that check for a specific error code. Very small, but still. Documentation is the description, or the error document - this applies to the other errors listed |
Regarding |
Regarding the
Actually I think we should fix the (And it is not worth trying to change the |
@petebacondarwin do you mean the tpload error should have its own namespace, i.e. $templateRequest? |
angular.js/src/ng/parse.js
Line 457 in c35786a
angular.js/src/ng/parse.js
Line 342 in c35786a
angular.js/src/ngRoute/route.js
Line 612 in c35786a
The text was updated successfully, but these errors were encountered: