Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(misc/Downloading): Latest version #11327

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/misc/downloading.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ development.
production.

To point your code to an angular script on the Google CDN server, use the following template. This
example points to the minified version 1.3.12:
example points to the minified version 1.3.14:

```
<!doctype html>
<html ng-app>
<head>
<title>My Angular App</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
</head>
<body>
</body>
Expand Down