The https://docs.angularjs.org/ site is currently not functioning. Seems like it is not loading the Angular library.
"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
Most helpful comment
down again