From a4b45397e006c86000af55e389084418f88b65c3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 12 Oct 2011 11:49:42 -0700 Subject: docs(forms): add ng:change docs and other fixes --- docs/content/cookbook/form.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/cookbook/form.ngdoc') 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. -- cgit v1.2.3