From bc8907d4d05bf6b6ad1d32dccb8212659d3b6d8b Mon Sep 17 00:00:00 2001 From: Mil4n Date: Sat, 5 Dec 2015 12:31:45 +0100 Subject: [PATCH] docs(tutorial/8 - More Templating): describe your change... Original statement is in the past tense (as if it referring to step-7 of the tutorial). Mentioned changes however are being in the done in the step-8 which is presented in the remainder of this page. Hence, future tense :) --- docs/content/tutorial/step_08.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index e13b8db0ed6e..b2b40ce18863 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -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.