aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters.js
diff options
context:
space:
mode:
authorIgor Minar2011-10-12 12:19:39 -0700
committerIgor Minar2011-10-12 23:04:48 -0700
commitb3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 (patch)
treed7561b1e2704197c8f0e441abbf98661d2145ac5 /src/filters.js
parent4af4378b11c971f99205b7e712c13e8ef3467749 (diff)
downloadangular.js-b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241.tar.bz2
docs(*): remove @workInProgress from everywhere
it's not useful any more and it only makes the docs look ugly
Diffstat (limited to 'src/filters.js')
-rw-r--r--src/filters.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/filters.js b/src/filters.js
index e4ee7453..b2d6f4b7 100644
--- a/src/filters.js
+++ b/src/filters.js
@@ -1,7 +1,6 @@
'use strict';
/**
- * @workInProgress
* @ngdoc overview
* @name angular.filter
* @description
@@ -29,7 +28,6 @@
*/
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.currency
* @function
@@ -83,7 +81,6 @@ angularFilter.currency = function(amount, currencySymbol){
};
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.number
* @function
@@ -269,7 +266,6 @@ var GET_TIME_ZONE = /[A-Z]{3}(?![+\-])/,
NUMBER_STRING = /^\d+$/;
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.date
* @function
@@ -391,7 +387,6 @@ angularFilter.date = function(date, format) {
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.json
* @function
@@ -427,7 +422,6 @@ angularFilter.json = function(object) {
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.lowercase
* @function
@@ -438,7 +432,6 @@ angularFilter.lowercase = lowercase;
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.uppercase
* @function
@@ -449,7 +442,6 @@ angularFilter.uppercase = uppercase;
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.html
* @function
@@ -549,7 +541,6 @@ angularFilter.html = function(html, option){
/**
- * @workInProgress
* @ngdoc filter
* @name angular.filter.linky
* @function