docs(guide): update angular version in an example

This commit is contained in:
ludicast 2012-01-18 00:20:30 -05:00 committed by Igor Minar
parent 0ce139c42d
commit a507fb7bb3

View file

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