Krishan Kumar Mourya
Krishan Kumar Mourya

Reputation: 2306

Angular is not loading, AngularJS website is down?

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.

Upvotes: 0

Views: 1378

Answers (4)

Overflowrun
Overflowrun

Reputation: 547

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.

Upvotes: 0

Ste83
Ste83

Reputation: 571

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

Upvotes: 2

Overflowrun
Overflowrun

Reputation: 547

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

Upvotes: 0

Pramod Patil
Pramod Patil

Reputation: 2763

Instead you can use CDN for angularjs

https://cdnjs.com/libraries/angular.js/

Upvotes: 4

Related Questions