diff options
| author | sdesmond | 2013-07-10 08:28:01 -0600 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-10 22:53:26 +0200 |
| commit | 13469e83fc8062202c92e3e9ec44ab60ef96d819 (patch) | |
| tree | b0377554f04bf4b76dfbb45e0f9c2947729aaef2 /docs/content | |
| parent | ded42c7431014dc212481c83338c23261eee87a3 (diff) | |
| download | angular.js-13469e83fc8062202c92e3e9ec44ab60ef96d819.tar.bz2 | |
docs(guide): example filter does not conditionally assign a color
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. <doc:example module="MyReverseModule"> <doc:source> |
