docs(tutorial/step_09): fix formatting

This commit is contained in:
Brian Ford
2014-06-10 01:36:46 -07:00
parent fcfe2b3793
commit 7314c1b69e
+1 -1
View File
@@ -5,7 +5,7 @@
A filter formats the value of an expression for display to the user. They can be used in view templates,
controllers or services and it is easy to define your own filter.
The underlying API is the {@link ng.$filterProvider filterProvider}.
The underlying API is the {@link ng.$filterProvider `filterProvider`}.
## Using filters in view templates