Angular.js: docs.angularjs.org is down

Created on 17 Oct 2014  路  15Comments  路  Source: angular/angular.js

The https://docs.angularjs.org/ site is currently not functioning. Seems like it is not loading the Angular library.

Most helpful comment

down again

All 15 comments

"Failed to load resource: the server responded with a status of 404 (Not Found) https://ajax.googleapis.com/ajax/libs/angularjs/null/angular.min.js"

Some problem in AngularJS version variable

It's because the requests to ajax.googleapis.com are incomplete. For example:
https://ajax.googleapis.com/ajax/libs/angularjs/null/angular-animate.min.js
You'll see "null" where a version number should be, such as 1.3.0.
It should be something like this:
https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular-animate.min.js

+1

+1

+1

It's back up!

This error is up again..

yup, it's not working right now

a fix is being worked on, it was an accident, regular expressions are complicated and scary =)

should be fixed (for now), you'll likely need to disable cache temporarily though

still not working

justified necro +1

down again

16205 Issue is live here, go here to find links to active docs

Was this page helpful?
0 / 5 - 0 ratings