diff options
| author | Igor Minar | 2011-07-29 12:45:10 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-29 12:46:54 -0700 |
| commit | a79231dea6cd13849c1a72d447f367e8c5053537 (patch) | |
| tree | c8f96ba0128df52c5c6f54e034eced9839615d57 /docs/content/guide/dev_guide.mvc.understanding_model.ngdoc | |
| parent | 3e54a1b18ab698d55e1642a120f95ea3adf6af1b (diff) | |
| download | angular.js-a79231dea6cd13849c1a72d447f367e8c5053537.tar.bz2 | |
doc(guide): various fixes and improvements
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_model.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.understanding_model.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc index 4efb03ca..a35541d0 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc @@ -39,7 +39,7 @@ only, not recommended for real applications): Angular creates models implicitly (by creating a scope property and assigning it a suitable value) when processing the following template constructs: -* Form input, select, and textarea elements: +* Form input, select, textarea and other form elements: <input name="query" value="fluffy cloud"> |
