From bc6e0cc9545e04ded113c1b894a9c55cbd1774b1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 1 Sep 2011 15:33:48 -0700 Subject: docs(guide/tutorial/misc): sync with google docs --- src/Scope.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/Scope.js') 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 -- cgit v1.2.3