aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.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/widgets.js
parent3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff)
downloadangular.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.js9
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
*