code.angularjs.org
code.angularjs.org copied to clipboard
Direct link to the v1.2.13 api docs gives 500 internal server error
Steps to re-produce:
- Go to http://angularjs.org/
- Open "Develop" drop-down and click on "API Reference"
- Select "1.2.13" from the version drop-down
- Open "Develop" drop-down and right-click on "API Reference" and click on "Open Link on New Tab"
- You'll see 500 Internal Server Error page
The error is because the URL has a slash on the end. If you remove the slash all is well. We should fix a rewrite on the server for this... @jeffbcross ?