docs(guide/scope): access the current element's scope in the console.
Closes #4884
This commit is contained in:
committed by
Pete Bacon Darwin
parent
c2e45c769e
commit
c6bd58eb58
@@ -177,7 +177,7 @@ To examine the scope in the debugger:
|
||||
2. The debugger allows you to access the currently selected element in the console as `$0`
|
||||
variable.
|
||||
|
||||
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
|
||||
|
||||
|
||||
## Scope Events Propagation
|
||||
|
||||
Reference in New Issue
Block a user