diff options
| -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: |
