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/widgets.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/widgets.js') 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 * -- cgit v1.2.3