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