Thanks to visit codestin.com Credit goes to github.com
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 b7d5fa1 commit 0ccc445Copy full SHA for 0ccc445
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