mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-06 17:42:54 +08:00
docs(tutorial): add instructions to make experiment render readably in step 5
Update step_05.ngdoc Closes #7653
This commit is contained in:
@@ -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 `<pre>{{phones | json}}</pre>` 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
|
||||
|
||||
Reference in New Issue
Block a user