diff --git a/devtoolsBackground.js b/devtoolsBackground.js index 178cc9a..7d23d84 100644 --- a/devtoolsBackground.js +++ b/devtoolsBackground.js @@ -30,7 +30,7 @@ var getPanelContents = function () { }; panels.elements.createSidebarPane( - "AngularJS Properties", + "$scope", function (sidebar) { panels.elements.onSelectionChanged.addListener(function updateElementProperties() { sidebar.setExpression("(" + getPanelContents.toString() + ")()");