From c0b360b993a3b18809aee691a3a6e3ff52925655 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 31 May 2014 19:13:41 +0200 Subject: [PATCH] docs(tutorial): add instructions to make experiment render readably in step 5 Update step_05.ngdoc Closes #7653 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index 83302ae57..3e2fe3cee 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -256,7 +256,7 @@ You should now see the following output in the Karma tab: # Experiments -* At the bottom of `index.html`, add a `{{phones | json}}` binding to see the list of phones +* At the bottom of `index.html`, add a `
{{phones | json}}
` binding to see the list of phones displayed in json format. * In the `PhoneListCtrl` controller, pre-process the http response by limiting the number of phones