aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
diff options
context:
space:
mode:
authorIgor Minar2011-09-01 15:33:48 -0700
committerIgor Minar2011-09-02 10:44:19 -0700
commitbc6e0cc9545e04ded113c1b894a9c55cbd1774b1 (patch)
tree95ca8541e9f33858fffd8824583a2e4400526e0c /src/Scope.js
parent8d11db0757263ef1467ff1cbaf1f1e978ba3ac60 (diff)
downloadangular.js-bc6e0cc9545e04ded113c1b894a9c55cbd1774b1.tar.bz2
docs(guide/tutorial/misc): sync with google docs
Diffstat (limited to 'src/Scope.js')
-rw-r--r--src/Scope.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Scope.js b/src/Scope.js
index 6bb9a586..c5f5bf1b 100644
--- a/src/Scope.js
+++ b/src/Scope.js
@@ -34,7 +34,6 @@ function createScope(providers, instanceCache) {
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope
*
@@ -103,7 +102,6 @@ function Scope() {
}
/**
- * @workInProgress
* @ngdoc property
* @name angular.scope.$id
* @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for
@@ -111,7 +109,6 @@ function Scope() {
*/
/**
- * @workInProgress
* @ngdoc property
* @name angular.scope.$service
* @function
@@ -125,14 +122,12 @@ function Scope() {
*/
/**
- * @workInProgress
* @ngdoc property
* @name angular.scope.$root
* @returns {Scope} The root scope of the current scope hierarchy.
*/
/**
- * @workInProgress
* @ngdoc property
* @name angular.scope.$parent
* @returns {Scope} The parent scope of the current scope.
@@ -141,7 +136,6 @@ function Scope() {
Scope.prototype = {
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$new
* @function
@@ -196,7 +190,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$watch
* @function
@@ -283,7 +276,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$digest
* @function
@@ -389,7 +381,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$destroy
* @function
@@ -418,7 +409,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$eval
* @function
@@ -452,7 +442,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$evalAsync
* @function
@@ -480,7 +469,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$apply
* @function
@@ -534,7 +522,6 @@ Scope.prototype = {
},
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$on
* @function
@@ -569,7 +556,6 @@ Scope.prototype = {
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$emit
* @function
@@ -620,7 +606,6 @@ Scope.prototype = {
/**
- * @workInProgress
* @ngdoc function
* @name angular.scope.$broadcast
* @function