Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

ngRepeater isn't a thing, ngRepeat is #1177

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_03.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ and title elements:

Be sure to *remove* the `ng-controller` declaration from the body element.

While using double curlies works fine in within the title element, you might have noticed that
While using double curlies works fine within the title element, you might have noticed that
for a split second they are actually displayed to the user while the page is loading. A better
solution would be to use the {@link api/ng.directive:ngBind
ngBind} or {@link api/ng.directive:ngBindTemplate
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_08.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down