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

docs(tutorial/8 - More Templating): describe your change... #13452

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_08.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ phone in the phone list.
* When you click on a phone on the list, the phone details page with phone-specific information
is displayed.

To implement the phone details view we used {@link ng.$http $http} to fetch our data, and we
fleshed out the `phone-detail.html` view template.
To implement the phone details view we want to use {@link ng.$http $http} to fetch our data, and then
flesh out the `phone-detail.html` view template.

<div doc-tutorial-reset="8"></div>

Expand Down