Environment Setup

You can get and use the angularjs scripts in your application by downloading or by using the angular js CDN url.

Download
Go to the website https://angularjs.org/, you will see there are two options to download AngularJS library.

1. View on GitHub- Click on this button to go to GitHub and get all of the latest scripts.
2. Download- Or click on this button, to download the scripts.

CDN
Get the CDN url and point it in the src attribute of the <script> tag.

snippet
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
</head>
<body>
You have included Angular JS script!
</body>
</html>
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +