Compare Chrome extensions: Angular ScopeLogger vs ng-inspect for AngularJS

Stats Angular ScopeLogger Angular ScopeLogger ng-inspect for AngularJS ng-inspect for AngularJS
User count 311 10,000+
Average rating 5.00 4.40
Rating count 3 88
Last updated 2015-03-19 2020-05-28
Size 41.69K 599.04K
Version 1.0.0 3.0.0
Short description
Right click and log the scope to the console Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
Full summary
N/A

ng-inspect helps you access properties of the element's scope when an element is selected using the Element Inspector or the Elements tab in the Developer Toolbar in an Angular JS aplication.

This extension will provide access to scope, isolateScope[if the scope is isolated], rootScope, jQuery element and its events[if jQuery is included in the page]. These properties are made available to the Global/Window object via $s for scope, $is for isolateScope, $rs for rootScope, $el for jQuery element and $events for the events associated with the jQuery element.

Services/Factories/Constants can be tested/verified using $get function.

$count function prints number of Scopes, isolateScopes, listeners and watchers.

Hope you find this useful!