batarang icon indicating copy to clipboard operation
batarang copied to clipboard

AngularJS WebInspector Extension for Chrome

Results 36 batarang issues
Sort by recently updated
recently updated
newest added

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...

type: bug

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.

type: feature

See: https://developer.chrome.com/extensions/webRequest

type: question

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...

enhancement