batarang
batarang copied to clipboard
AngularJS WebInspector Extension for Chrome
I'm using this notation to organize my controllers, services and directives. ``` var services={}; var controllers={}; var directives={}; services.Servicename = function($http,$q){ return{ get: function() { var deferred = $q.defer(); //more...
WE AREN'T GOING TO WORK ON THIS RIGHT NOW. We are adding it so that we can begin to think about an alternate view. This view is inherently difficult to...
This would be handy, IMO. Currently, we just report `{ }`, but a stringified value would be nicer.
See: https://developer.chrome.com/extensions/webRequest
It would be nice if there was a checkbox/toggle on the "Model" tab to filter scope down to currently inspected element. It would make it easier (and more usable) if...