From 401d4eea059dc350d8576639580369966d6865de Mon Sep 17 00:00:00 2001 From: Brian Westrich Date: Sun, 16 Nov 2014 09:19:59 -0600 Subject: [PATCH] docs(tutorial/5 - XHRs include sort filter in json view --- docs/content/tutorial/step_05.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index 9f1aef834ad8..fd7135cc6f8a 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -258,8 +258,8 @@ 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 - displayed in json format. +* At the bottom of `index.html`, add a `
{{phones | filter:query | orderBy:orderProp | 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 to the first 5 in the list. Use the following code in the `$http` callback: