diff options
| author | ludicast | 2012-01-18 00:20:30 -0500 | 
|---|---|---|
| committer | Igor Minar | 2012-01-18 17:16:27 -0800 | 
| commit | a507fb7bb331b5eb480ec21dae56170baf541ed1 (patch) | |
| tree | 5da25406eb228453b9f7cfedf76220bf379863b3 /docs | |
| parent | 0ce139c42d50ea2366cbf6980629d56a42e03f9b (diff) | |
| download | angular.js-a507fb7bb331b5eb480ec21dae56170baf541ed1.tar.bz2 | |
docs(guide): update angular version in an example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/dev_guide.overview.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.overview.ngdoc b/docs/content/guide/dev_guide.overview.ngdoc index 3b4d237f..5d308167 100644 --- a/docs/content/guide/dev_guide.overview.ngdoc +++ b/docs/content/guide/dev_guide.overview.ngdoc @@ -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:  | 
