Skip to content

Commit eec2020

Browse files
bwestrichpetebacondarwin
authored andcommitted
docs(tutorial/step-5): include sort and filter in json view experiment
Closes angular#10082
1 parent 2901c53 commit eec2020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_05.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ You should now see the following output in the Karma tab:
258258

259259
# Experiments
260260

261-
* At the bottom of `index.html`, add a `<pre>{{phones | json}}</pre>` binding to see the list of phones
262-
displayed in json format.
261+
* At the bottom of `index.html`, add a `<pre>{{phones | filter:query | orderBy:orderProp | json}}</pre>`
262+
binding to see the list of phones displayed in json format.
263263

264264
* In the `PhoneListCtrl` controller, pre-process the http response by limiting the number of phones
265265
to the first 5 in the list. Use the following code in the `$http` callback:

0 commit comments

Comments
 (0)