diff options
| author | Uri Goldshtein | 2012-08-06 11:44:48 +0300 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 21:34:42 -0700 | 
| commit | 0ccc445d5350c352983278eba0919bc7e4c30b34 (patch) | |
| tree | 61a2c5115ef529f799f547dd39cb15358265b265 | |
| parent | b7d5fa1cbefb1e94ee46ef98c9029d5f30244f00 (diff) | |
| download | angular.js-0ccc445d5350c352983278eba0919bc7e4c30b34.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.ngdoc | 2 | 
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: | 
