aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.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/Scope.js
parent3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff)
downloadangular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'src/Scope.js')
-rw-r--r--src/Scope.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Scope.js b/src/Scope.js
index 7b2211ac..cd0c6dc1 100644
--- a/src/Scope.js
+++ b/src/Scope.js
@@ -105,6 +105,7 @@ function errorHandlerFor(element, error) {
}
/**
+ * @workInProgress
* @ngdoc overview
* @name angular.scope
*
@@ -241,6 +242,7 @@ function createScope(parent, providers, instanceCache) {
$parent: parent,
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$bind
* @function
@@ -264,6 +266,7 @@ function createScope(parent, providers, instanceCache) {
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$eval
* @function
@@ -322,6 +325,7 @@ function createScope(parent, providers, instanceCache) {
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$tryEval
* @function
@@ -379,6 +383,7 @@ function createScope(parent, providers, instanceCache) {
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$watch
* @function
@@ -440,6 +445,7 @@ function createScope(parent, providers, instanceCache) {
},
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$onEval
* @function
@@ -484,6 +490,7 @@ function createScope(parent, providers, instanceCache) {
},
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$postEval
* @function
@@ -504,6 +511,7 @@ function createScope(parent, providers, instanceCache) {
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$become
* @function
@@ -547,6 +555,7 @@ function createScope(parent, providers, instanceCache) {
},
/**
+ * @workInProgress
* @ngdoc function
* @name angular.scope.$new
* @function