Skip to content

Commit f5f1200

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 c023c85 commit f5f1200

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)