aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/cookbook/form.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-10-12 11:49:42 -0700
committerIgor Minar2011-10-12 11:49:42 -0700
commita4b45397e006c86000af55e389084418f88b65c3 (patch)
treee27776d7e1f9fa7cf5c6133842189b11c3cd742f /docs/content/cookbook/form.ngdoc
parentde4e06ed7354020d0edcd0314174fbaf15164801 (diff)
downloadangular.js-a4b45397e006c86000af55e389084418f88b65c3.tar.bz2
docs(forms): add ng:change docs and other fixes
Diffstat (limited to 'docs/content/cookbook/form.ngdoc')
-rw-r--r--docs/content/cookbook/form.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/form.ngdoc b/docs/content/cookbook/form.ngdoc
index 874db792..41d2be26 100644
--- a/docs/content/cookbook/form.ngdoc
+++ b/docs/content/cookbook/form.ngdoc
@@ -96,7 +96,7 @@ available in
the {@link api/angular.scope scope} with the initial data.
* For debugging purposes we have included a debug view of the model to better understand what
is going on.
-* The {@link api/angular.widget.HTML input widgets} simply refer to the model and are auto bound.
+* The {@link api/angular.widget.input input widgets} simply refer to the model and are data-bound.
* The inputs {@link guide/dev_guide.forms validate}. (Try leaving them blank or entering non digits
in the zip field)
* In your application you can simply read from or write to the model and the form will be updated.