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 +- docs/content/cookbook/helloworld.ngdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content') 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. diff --git a/docs/content/cookbook/helloworld.ngdoc b/docs/content/cookbook/helloworld.ngdoc index 67d78bbe..96ce4c25 100644 --- a/docs/content/cookbook/helloworld.ngdoc +++ b/docs/content/cookbook/helloworld.ngdoc @@ -30,7 +30,7 @@ Take a look through the source and note: * The script tag that {@link guide/dev_guide.bootstrap bootstraps} the angular environment. -* The text {@link api/angular.widget.HTML input widget} which is bound to the greeting name text. +* The text {@link api/angular.widget.input input widget} which is bound to the greeting name text. * No need for listener registration and event firing on change events. * The implicit presence of the `name` variable which is in the root {@link api/angular.scope scope}. * The double curly brace `{{markup}}`, which binds the name variable to the greeting text. -- cgit v1.2.3