0

Can anyone plz confirm, angularjs website is down?

https://code.angularjs.org/1.5.0/angular.min.js

I am using angularjs in my site and it is not working as angularjs script is not loading.

4
  • 2
    Possible duplicate of Unable to load angularjs library Commented May 2, 2017 at 6:22
  • 1
    I'm voting to close this question as off-topic because testing if a service is up is outside the scope of Stackoverflow questions. Commented May 2, 2017 at 9:19
  • To verify if a website is down you can use an external ping tool like isup.me. Commented May 2, 2017 at 9:48
  • I am experiencing same problems. angularjs.org is not responsing at all. This should not be down voted! Commented May 2, 2017 at 10:05

4 Answers 4

4

Instead you can use CDN for angularjs

https://cdnjs.com/libraries/angular.js/
Sign up to request clarification or add additional context in comments.

1 Comment

2

Yes, indeed the whole https://angularjs.org/ website is down.

Comments

0

The link is not working for me either. It is better to use google CDN.

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>

Change the version accordingly

Arun

Comments

0

Most of the people use CDN for all kind of framework usage. So please use CDNs for Angular, Jquery, Bootstrap or any kind of frameworks.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.