diff options
| author | Brian Ford | 2014-01-23 13:41:43 -0800 | 
|---|---|---|
| committer | Brian Ford | 2014-01-23 13:43:31 -0800 | 
| commit | 40dc806e03b81cf8bdbb24d67c8e8e3c8af42324 (patch) | |
| tree | f5939812f8cd283cf194006bbdb56e271e17d9cc | |
| parent | 5e9835b4f245346b3c79f5e4927c9accfb57a50d (diff) | |
| download | angular.js-40dc806e03b81cf8bdbb24d67c8e8e3c8af42324.tar.bz2 | |
docs(guide/filter): link to an example of a filter unit test
| -rw-r--r-- | docs/content/guide/filter.ngdoc | 3 | 
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. | 
