Table of Contents

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

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js"></script>

Resources