We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b6a9a commit 8f14b72Copy full SHA for 8f14b72
src/ng/rootScope.js
@@ -139,10 +139,26 @@ function $RootScopeProvider(){
139
/**
140
* @ngdoc property
141
* @name $rootScope.Scope#$id
142
- * @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for
143
- * debugging.
+ *
+ * @description
144
+ * Unique scope ID (monotonically increasing) useful for debugging.
145
*/
146
147
+ /**
148
+ * @ngdoc property
149
+ * @name $rootScope.Scope#$parent
150
151
152
+ * Reference to the parent scope.
153
+ */
154
+
155
156
157
+ * @name $rootScope.Scope#$root
158
159
160
+ * Reference to the root scope.
161
162
163
Scope.prototype = {
164
constructor: Scope,
0 commit comments