Angular-baratang:
-
Chrome Addon:
-
Firefox Port:
function registered to the sidebar and execute in the inspected window context:
function () {
if (window.angular && $0) {
...
}
}
- javascript expressions evaluated by the webconsole can access the DOM element currently selected in the DOM inspector tool as $0 (and this is already true on chrome and firefox integrated webconsole tools