Skip to content

Commit 83b67b6

Browse files
revert:docs(guide/scope): access the current element's scope in the console
This reverts commit c6bd58e. The recommended approach of just typing scope does not appear to work out of the box. See angular#4884 (comment)
1 parent d85b3f5 commit 83b67b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To examine the scope in the debugger:
183183
2. The debugger allows you to access the currently selected element in the console as `$0`
184184
variable.
185185

186-
3. To retrieve the associated scope in console execute: `angular.element($0).scope()` or just type $scope
186+
3. To retrieve the associated scope in console execute: `angular.element($0).scope()`
187187

188188

189189
## Scope Events Propagation

0 commit comments

Comments
 (0)