From c6bd58eb587a825bddee06a91ecd4e747a750c8c Mon Sep 17 00:00:00 2001 From: smarigowda Date: Mon, 11 Nov 2013 15:04:02 +0000 Subject: docs(guide/scope): access the current element's scope in the console. Closes #4884 --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index b765d969..70224c82 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -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 -- cgit v1.2.3