Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ccc445

Browse files
Urigomhevery
authored andcommitted
Loading from Google CDN
As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly 
1 parent b7d5fa1 commit 0ccc445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/overview.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ bootstrap auto initialize} your application.
119119

120120
We load Angular using the `<script>` tag:
121121

122-
<script src="http://code.angularjs.org/angular-?.?.?.min.js"></script>
122+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/?.?.?/angular.min.js"></script>
123123

124124
From the `ng-model` attribute of the `<input>` tags, angular automatically sets up two-way data
125125
binding, and we also demonstrate some easy input validation:

0 commit comments

Comments
 (0)