Skip to content

Commit 770dd2d

Browse files
kadimiNarretz
authored andcommitted
docs(misc/Downloading): use the latest stable
Closes angular#12534
1 parent 0ff7bba commit 770dd2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/misc/downloading.ngdoc

Lines changed: 2 additions & 2 deletions
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.14:
18+
example points to the minified version 1.4.5:
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.14/angular.min.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
2626
</head>
2727
<body>
2828
</body>

0 commit comments

Comments
 (0)