mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 19:23:15 +08:00
docs(guide): update angular version in an example
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user