docs(guide/filter): link to an example of a filter unit test

This commit is contained in:
Brian Ford 2014-01-23 13:41:43 -08:00
parent 5e9835b4f2
commit 40dc806e03

View file

@ -121,3 +121,6 @@ text upper-case.
</doc:source>
</doc:example>
## Testing custom filters
See the {@link http://docs.angularjs.org/tutorial/step_09#test phonecat tutorial} for an example.