docs(tutorial/step-9): link to list of filters rather than filterProvider

Closes #8082
This commit is contained in:
Bill Neubauer
2014-07-05 20:46:14 -07:00
committed by Peter Bacon Darwin
parent cb42766a14
commit 0a51a05d4e

View File

@@ -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 }}`