Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e45c7 commit c6bd58eCopy full SHA for c6bd58e
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