Downloading

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Including angular scripts from code.angularjs.org

To get started quickly you without worrying about downloading anything and maintaining a local copy, you can point your html script tag directly to http://code.angularjs.org/ urls.

There are two kinds of urls you care about:

The first one is non-minified version, suitable for web development. The latter one is minified version, which we strongly suggest you use in production.

To point your code to let's say angular version 0.9.12, use the following template:

  <!doctype html>
  <html>
    <head>
      <title>My Angular App</title>
      <script src="http://code.angularjs.org/angular-0.9.12.js" ng:autobind></script>
    </head>
    <body>
    </body>
  </html>

Downloading and hosting the files on your own

This options is for those who want to work with angular offline, or want to host the angular files on their own servers.

If you navigate to http://code.angularjs.org/, you'll see a directory listing with all angular versions since we started releasing versioned build artifacts (quite late in the project lifetime).

Each directory contains all artifacts that we released for a particular version. Once you navigate to one of these directories you'll see the following list of files: