From 13469e83fc8062202c92e3e9ec44ab60ef96d819 Mon Sep 17 00:00:00 2001 From: sdesmond Date: Wed, 10 Jul 2013 08:28:01 -0600 Subject: docs(guide): example filter does not conditionally assign a color --- docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc index b497a086..aee17085 100644 --- a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc +++ b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc @@ -8,7 +8,7 @@ as the first argument. Any filter arguments are passed in as additional argument function. The following sample filter reverses a text string. In addition, it conditionally makes the -text upper-case and assigns color. +text upper-case. -- cgit v1.2.3