diff options
| author | Igor Minar | 2011-10-12 12:19:39 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-12 23:04:48 -0700 |
| commit | b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 (patch) | |
| tree | d7561b1e2704197c8f0e441abbf98661d2145ac5 /src/widget | |
| parent | 4af4378b11c971f99205b7e712c13e8ef3467749 (diff) | |
| download | angular.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/widget')
| -rw-r--r-- | src/widget/form.js | 1 | ||||
| -rw-r--r-- | src/widget/input.js | 9 | ||||
| -rw-r--r-- | src/widget/select.js | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/widget/form.js b/src/widget/form.js index b01a07ef..065ee74d 100644 --- a/src/widget/form.js +++ b/src/widget/form.js @@ -1,7 +1,6 @@ 'use strict'; /** - * @workInProgress * @ngdoc widget * @name angular.widget.form * diff --git a/src/widget/input.js b/src/widget/input.js index a4f04e57..7f1a5773 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -7,7 +7,6 @@ var NUMBER_REGEXP = /^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/; var INTEGER_REGEXP = /^\s*(\-|\+)?\d+\s*$/; /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.text * @@ -70,7 +69,6 @@ var INTEGER_REGEXP = /^\s*(\-|\+)?\d+\s*$/; /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.email * @@ -138,7 +136,6 @@ angularInputType('email', function() { }); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.url * @@ -208,7 +205,6 @@ angularInputType('url', function() { }); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.list * @@ -280,7 +276,6 @@ angularInputType('list', function() { }); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.number * @@ -346,7 +341,6 @@ angularInputType('list', function() { angularInputType('number', numericRegexpInputType(NUMBER_REGEXP, 'NUMBER')); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.integer * @@ -412,7 +406,6 @@ angularInputType('number', numericRegexpInputType(NUMBER_REGEXP, 'NUMBER')); angularInputType('integer', numericRegexpInputType(INTEGER_REGEXP, 'INTEGER')); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.checkbox * @@ -487,7 +480,6 @@ angularInputType('checkbox', function(inputElement) { }); /** - * @workInProgress * @ngdoc inputType * @name angular.inputType.radio * @@ -591,7 +583,6 @@ var HTML5_INPUTS_TYPES = makeMap( /** - * @workInProgress * @ngdoc widget * @name angular.widget.input * diff --git a/src/widget/select.js b/src/widget/select.js index 1687721c..8184d8f9 100644 --- a/src/widget/select.js +++ b/src/widget/select.js @@ -1,7 +1,6 @@ 'use strict'; /** - * @workInProgress * @ngdoc widget * @name angular.widget.select * |
