Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0b360b

Browse files
janek109caitp
authored andcommitted
docs(tutorial): add instructions to make experiment render readably in step 5
Update step_05.ngdoc Closes angular#7653
1 parent a659049 commit c0b360b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ You should now see the following output in the Karma tab:
256256

257257
# Experiments
258258

259-
* At the bottom of `index.html`, add a `{{phones | json}}` binding to see the list of phones
259+
* At the bottom of `index.html`, add a `<pre>{{phones | json}}</pre>` binding to see the list of phones
260260
displayed in json format.
261261

262262
* In the `PhoneListCtrl` controller, pre-process the http response by limiting the number of phones

0 commit comments

Comments
 (0)