fix(docs): ngRepeater isn't a thing, ngRepeat is

This commit is contained in:
brettcannon 2012-07-19 12:44:06 -03:00 committed by Brian Ford
parent 64a9cd8f4f
commit 79f2d843a8

View file

@ -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.