aboutsummaryrefslogtreecommitdiffstats
path: root/src/validators.js
diff options
context:
space:
mode:
authorIgor Minar2010-11-18 16:28:42 -0800
committerIgor Minar2010-11-18 16:28:42 -0800
commitfc7f11d03b4380866033c38eb7649cdc5be93d9a (patch)
treefbf4d2af422767cad0fb96d4d4f86801ac293631 /src/validators.js
parent3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff)
downloadangular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'src/validators.js')
-rw-r--r--src/validators.js9
1 files changed, 9 insertions, 0 deletions
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