angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

fix(inspectedApp): read posted data structure correctly #218

Closed gary-b closed 9 years ago

gary-b commented 9 years ago

Looks like inspectedApp wasn't processing the messages posted from ngHint properly. It was looking for properties on the root of the message that exist in a nested object.

This caused the Batarang scope tree to appear blank. Unfortunately, this doesn't seem to solve issue 192.

I've found a number of other bugs while looking at this. I'll read through the current issues on github and report if necessary.

SomeKittens commented 9 years ago

Awesome, thanks so much!

SomeKittens commented 9 years ago

Landed in a2b6e48c4901f3fb1d56ab271c5a8e8a5786e401