We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fb2d4 commit b696822Copy full SHA for b696822
docs/content/misc/downloading.ngdoc
@@ -17,7 +17,7 @@ production.
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.2.0:
19
20
-<pre>
+```
21
<!doctype html>
22
<html ng-app>
23
<head>
@@ -27,7 +27,7 @@ example points to the minified version 1.2.0:
27
<body>
28
</body>
29
</html>
30
-</pre>
31
32
Note that only versions 1.0.1 and above are available on the CDN, if you need an earlier version
33
you can use the <http://code.angularjs.org/> URL which was the previous recommended location for
0 commit comments