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:
Uri Goldshtein 2012-08-06 11:44:48 +03:00 committed by Misko Hevery
parent c023c850c3
commit f5f1200f25

View file

@ -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: