mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(guide): update angular version in an example
This commit is contained in:
parent
0ce139c42d
commit
a507fb7bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ dev_guide.bootstrap auto initialize} your application.
|
|||
|
||||
We load the angular using the `<script>` tag:
|
||||
|
||||
`<script src="http://code.angularjs.org/0.9.15/angular-0.9.15.min.js"></script>`
|
||||
<script src="http://code.angularjs.org/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