aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Goldshtein2012-08-06 11:44:48 +0300
committerMisko Hevery2012-08-30 15:49:11 -0700
commitf5f1200f2539fd6dadc250dc8a4a3ab49e6167a5 (patch)
tree77f2650d0d9f516593f53ba669bc3be3a403d4f3
parentc023c850c33701aa2d935b4bd0cea72602982e68 (diff)
downloadangular.js-f5f1200f2539fd6dadc250dc8a4a3ab49e6167a5.tar.bz2
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 
-rw-r--r--docs/content/guide/overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc
index 6f9a182e..2ebe975c 100644
--- a/docs/content/guide/overview.ngdoc
+++ b/docs/content/guide/overview.ngdoc
@@ -119,7 +119,7 @@ bootstrap auto initialize} your application.
We load Angular using the `<script>` tag:
- <script src="http://code.angularjs.org/angular-?.?.?.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/angularjs/?.?.?/angular.min.js"></script>
From the `ng-model` attribute of the `<input>` tags, angular automatically sets up two-way data
binding, and we also demonstrate some easy input validation: