From fc7f11d03b4380866033c38eb7649cdc5be93d9a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Nov 2010 16:28:42 -0800 Subject: add @workInProgress tag and mark all @ngdocs as work in progress --- src/validators.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/validators.js') diff --git a/src/validators.js b/src/validators.js index 3fcefccb..ea35558e 100644 --- a/src/validators.js +++ b/src/validators.js @@ -2,6 +2,7 @@ extend(angularValidator, { 'noop': function() { return _null; }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.regexp * @description @@ -36,6 +37,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.number * @description @@ -88,6 +90,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.integer * @description @@ -133,6 +136,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.date * @description @@ -166,6 +170,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.email * @description @@ -195,6 +200,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.phone * @description @@ -227,6 +233,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.url * @description @@ -256,6 +263,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.json * @description @@ -288,6 +296,7 @@ extend(angularValidator, { }, /** + * @workInProgress * @ngdoc validator * @name angular.validator.asynchronous * @description -- cgit v1.2.3