aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/guide/dev_guide.overview.ngdoc2
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: