From 36621402015485613888158dc7ba29f4ff92a7e2 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Thu, 7 Nov 2013 14:14:57 -0800 Subject: docs(guide/filter): Refactor filter guide docs This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions. --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_09.ngdoc') diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index da807875..8f3cb5b9 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -119,7 +119,7 @@ You should now see the following output in the Karma tab: # Experiments -* Let's experiment with some of the {@link api/ng.$filter built-in Angular filters} and add the +* Let's experiment with some of the {@link api/ng.$filterProvider built-in Angular filters} and add the following bindings to `index.html`: * `{{ "lower cap string" | uppercase }}` * `{{ {foo: "bar", baz: 23} | json }}` -- cgit v1.2.3