From 6b71173fb769c844845b749116f60f5b805ba055 Mon Sep 17 00:00:00 2001 From: smarigowda Date: Mon, 11 Nov 2013 15:04:02 +0000 Subject: [PATCH] another easy way to retrieve scope at console. --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 342877d70d43..36d54ac5bb80 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -176,7 +176,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