From 3069566073ef07700dc29714f74dd6f2069caf90 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 14:44:49 -0700 Subject: api doc fixes from ken --- src/filters.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/filters.js') diff --git a/src/filters.js b/src/filters.js index f7a4909d..d77adc57 100644 --- a/src/filters.js +++ b/src/filters.js @@ -1,3 +1,29 @@ +/** + * @workInProgress + * @ngdoc overview + * @name angular.filter + * @description + * + * Filters are used for formatting data displayed to the user. + * + * The general syntax in templates is as follows: + * + * {{ expression | [ filter_name ] }} + * + * Following is the list of built-in angular filters: + * + * * {@link angular.Filter.currency currency} + * * {@link angular.Filter.date date} + * * {@link angular.Filter.html html} + * * {@link angular.Filter.json json} + * * {@link angular.Filter.linky linky} + * * {@link angular.Filter.lowercase lowercase} + * * {@link angular.Filter.number number} + * * {@link angular.Filter.uppercase uppercase} + * + * For more information about how angular filters work, and how to create your own filters, see {@link guide/filters Understanding Angular Filters} in the angular Developer Guide. + */ + /** * @workInProgress * @ngdoc filter -- cgit v1.2.3