From ecbb374826e45aa0c3d5dcb1e9f9d2ed9529fbae Mon Sep 17 00:00:00 2001 From: Bill Neubauer Date: Sat, 5 Jul 2014 20:46:14 -0700 Subject: [PATCH] docs(tutorial/step-9): link to list of filters rather than filterProvider Closes #8082 --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 22c029c8..5a9be714 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -120,7 +120,7 @@ You should now see the following output in the Karma tab: # Experiments -* Let's experiment with some of the {@link ng.$filterProvider built-in Angular filters} and add the +* Let's experiment with some of the {@link api/ng/filter built-in Angular filters} and add the following bindings to `index.html`: * `{{ "lower cap string" | uppercase }}` * `{{ {foo: "bar", baz: 23} | json }}`