diff options
| author | brettcannon | 2012-07-19 12:44:06 -0300 | 
|---|---|---|
| committer | Brian Ford | 2012-07-19 09:04:59 -0700 | 
| commit | 79f2d843a8458bfdc23fe9f179a1416fe21f7533 (patch) | |
| tree | 6ba0cf1beb89856c095a6bef69e7d2debb08c9a8 /docs/content/tutorial/step_08.ngdoc | |
| parent | 64a9cd8f4fac1c518869a1c955fe60bd6ef76439 (diff) | |
| download | angular.js-79f2d843a8458bfdc23fe9f179a1416fe21f7533.tar.bz2 | |
fix(docs): ngRepeater isn't a thing, ngRepeat is
Diffstat (limited to 'docs/content/tutorial/step_08.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_08.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index 563fff98..60330ad6 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -77,7 +77,7 @@ route by the `$route` service.  ## Template  The TBD placeholder line has been replaced with lists and bindings that comprise the phone details. -Note where we use the angular `{{expression}}` markup and `ngRepeater`s to project phone data from +Note where we use the angular `{{expression}}` markup and `ngRepeat` to project phone data from  our model into the view. | 
