IT:AD:Angular.JS:HowTo:Install
Summary
The angular framework is made of several files.
For now you just need to worry about the core file: angular.min.js
Process
- Include the Angular files from your CDN of choice:
- host it it yourself: https://angularjs.org/
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js"></script>