docs(guide/scope): access the current element's scope in the console.

Closes #4884
This commit is contained in:
smarigowda
2013-11-11 15:04:02 +00:00
committed by Pete Bacon Darwin
parent c2e45c769e
commit c6bd58eb58
+1 -1
View File
@@ -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