From dfa8baf59a1dafe6cc4c4e46da123cb85e85e0a4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 3 Nov 2010 10:02:20 -0700 Subject: hide example for angular.filter --- src/Angular.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index 004ab48f..8997045b 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -142,11 +142,15 @@ var _undefined = undefined, * * `$element` — The DOM element containing the binding. This allows the filter to manipulate * the DOM in addition to transforming the input. * - * The following example filter reverses a text string. In addition, it conditionally makes the - * text upper-case (to demonstrate optional arguments) and assigns color (to demonstrate DOM - * modification). * * @example + * //TODO this example current doesn't show up anywhere because the overview template doesn't + * // render it. + * + * The following example filter reverses a text string. In addition, it conditionally makes the + * text upper-case (to demonstrate optional arguments) and assigns color (to demonstrate DOM + * modification). +