mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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
This commit is contained in:
parent
c023c850c3
commit
f5f1200f25
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue