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 29c9eab commit c5682acCopy full SHA for c5682ac
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