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/widgets.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/widgets.js')
| -rw-r--r-- | src/widgets.js | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js index 518b5ebf..f34ff05c 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -1,4 +1,5 @@  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.HTML   * @@ -166,6 +167,7 @@ function compileValidator(expr) {  }  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.@ng:validate   * @@ -202,6 +204,7 @@ function compileValidator(expr) {     });   */  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.@ng:required   * @@ -227,6 +230,7 @@ function compileValidator(expr) {     });   */  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.@ng:format   * @@ -413,6 +417,7 @@ function radioInit(model, view, element) {  }  /** + * @workInProgress   * @ngdoc directive   * @name angular.directive.ng:change   * @@ -499,6 +504,7 @@ angularWidget('option', function(){  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.ng:include   * @@ -584,6 +590,7 @@ angularWidget('ng:include', function(element){  });  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.ng:switch   * @@ -722,6 +729,7 @@ angularWidget('a', function() {  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.@ng:repeat   * @@ -848,6 +856,7 @@ angularWidget("@ng:repeat", function(expression, element){  /** + * @workInProgress   * @ngdoc widget   * @name angular.widget.@ng:non-bindable   *  | 
