We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85b3f5 commit 83b67b6Copy full SHA for 83b67b6
docs/content/guide/scope.ngdoc
@@ -183,7 +183,7 @@ To examine the scope in the debugger:
183
2. The debugger allows you to access the currently selected element in the console as `$0`
184
variable.
185
186
- 3. To retrieve the associated scope in console execute: `angular.element($0).scope()` or just type $scope
+ 3. To retrieve the associated scope in console execute: `angular.element($0).scope()`
187
188
189
## Scope Events Propagation
0 commit comments