We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a044af commit 821b6efCopy full SHA for 821b6ef
docs/content/guide/scope.ngdoc
@@ -177,7 +177,7 @@ To examine the scope in the debugger:
177
2. The debugger allows you to access the currently selected element in the console as `$0`
178
variable.
179
180
- 3. To retrieve the associated scope in console execute: `angular.element($0).scope()`
+ 3. To retrieve the associated scope in console execute: `angular.element($0).scope()` or just type $scope
181
182
183
## Scope Events Propagation
0 commit comments