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

We've got 11595 Controller hints and most of them are for renaming controllers from Ctrl to Controller. I don't disagree with the hint itself, but it seems to make the...

`ng-click="Simply.$state.go(Simply.$state.is('Map.Places') ? 'Map.Places.OnMap' : 'Map.Places')"` produces error: `parsing error: please inform the angular-hint or batarang teams. expression: Simply.$state.go)`

The attached zip contains two simple pages, start.htm and land.htm. Start.htm redirects the browser to land.htm using javascript (`window.location.assign()`). Land.htm is a simple angular page that displays a message as...

Just update to 0.6 and scope is not showing any values it shows scope but no values in model . ![screen shot 2014-12-10 at 12 39 44 pm](https://cloud.githubusercontent.com/assets/2044887/5372408/069c5cda-806a-11e4-9372-9ac403787b14.png)

type: bug

Please be so kind and use signed git tags (man git-tag, option -s) to tag your versions. Thus users can verify that they're really installing the code that you published....

enhancement

Currently scopes are listed like so... scope (123) ...scope (128) ...scope (141) ......scope (142) This is problematic, because I have to do a lot of digging to find the thing...

enhancement

![scope](https://f.cloud.github.com/assets/204989/1695340/36dad912-5eb0-11e3-899a-c85ff1dcb642.png) In the AngularJS Properties view, it would be great if I could change any of them by double clicking and have it sort out the details of $apply()ing it

type: bug

Look into automating releases to the chrome web store via Travis CI on successful builds

enhancement

I noticed that the CSS files include a couple icons, but it seems they aren't loading. Probably a path issue, but I couldn't figure out the correct relative paths to...

type: bug

Currently, version bumps are updated manually on the manifest files. Example task from ng-inspector: https://github.com/rev087/ng-inspector/blob/master/gulp/tasks/bump.js