We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c023c85 commit f5f1200Copy full SHA for f5f1200
docs/content/guide/overview.ngdoc
@@ -119,7 +119,7 @@ bootstrap auto initialize} your application.
119
120
We load Angular using the `<script>` tag:
121
122
- <script src="http://code.angularjs.org/angular-?.?.?.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/angularjs/?.?.?/angular.min.js"></script>
123
124
From the `ng-model` attribute of the `<input>` tags, angular automatically sets up two-way data
125
binding, and we also demonstrate some easy input validation:
0 commit comments