We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2901c53 commit eec2020Copy full SHA for eec2020
docs/content/tutorial/step_05.ngdoc
@@ -258,8 +258,8 @@ You should now see the following output in the Karma tab:
258
259
# Experiments
260
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.
+* At the bottom of `index.html`, add a `<pre>{{phones | filter:query | orderBy:orderProp | json}}</pre>`
+binding to see the list of phones displayed in json format.
263
264
* In the `PhoneListCtrl` controller, pre-process the http response by limiting the number of phones
265
to the first 5 in the list. Use the following code in the `$http` callback:
0 commit comments