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

updated version of angular for script src #14741

Closed
wants to merge 2 commits 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.4.5:
example points to the minified version 1.5.6:

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