Skip to content

Commit d8492f4

Browse files
svershinpetebacondarwin
authored andcommitted
docs(misc/Downloading): update o latest stable version
Updated the CDN link and description to 1.3.14 Closes angular#11327
1 parent 67688d5 commit d8492f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/misc/downloading.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ development.
1515
production.
1616

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

2020
```
2121
<!doctype html>
2222
<html ng-app>
2323
<head>
2424
<title>My Angular App</title>
25-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12/angular.min.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
2626
</head>
2727
<body>
2828
</body>

0 commit comments

Comments
 (0)