mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 02:10:24 +00:00
fix(docs): ngRepeater isn't a thing, ngRepeat is
This commit is contained in:
parent
64a9cd8f4f
commit
79f2d843a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue