We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad0606 commit f9b624aCopy full SHA for f9b624a
docs/content/misc/downloading.ngdoc
@@ -15,14 +15,14 @@ development.
15
production.
16
17
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:
+example points to the minified version 1.3.14:
19
20
```
21
<!doctype html>
22
<html ng-app>
23
<head>
24
<title>My Angular App</title>
25
- <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>
26
</head>
27
<body>
28
</body>
0 commit comments