Reputation: 2306
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
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
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
Reputation: 2763
Instead you can use CDN for angularjs
https://cdnjs.com/libraries/angular.js/
Upvotes: 4