aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Ford2014-01-23 13:41:43 -0800
committerBrian Ford2014-01-23 13:43:31 -0800
commit40dc806e03b81cf8bdbb24d67c8e8e3c8af42324 (patch)
treef5939812f8cd283cf194006bbdb56e271e17d9cc
parent5e9835b4f245346b3c79f5e4927c9accfb57a50d (diff)
downloadangular.js-40dc806e03b81cf8bdbb24d67c8e8e3c8af42324.tar.bz2
docs(guide/filter): link to an example of a filter unit test
-rw-r--r--docs/content/guide/filter.ngdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/guide/filter.ngdoc b/docs/content/guide/filter.ngdoc
index 86cf17ef..30e48833 100644
--- a/docs/content/guide/filter.ngdoc
+++ b/docs/content/guide/filter.ngdoc
@@ -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.