diff options
| author | Igor Minar | 2010-11-18 16:28:42 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-18 16:28:42 -0800 |
| commit | fc7f11d03b4380866033c38eb7649cdc5be93d9a (patch) | |
| tree | fbf4d2af422767cad0fb96d4d4f86801ac293631 /src/validators.js | |
| parent | 3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff) | |
| download | angular.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.js | 9 |
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 |
