angular / batarang

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

Extensions crashes inspected application when angular global isn't present #273

Closed DrewML closed 8 years ago

DrewML commented 8 years ago

Example site: http://zuigo.com/

I haven't quite looked into how what means they're using to prevent the angular global from being exposed. However, when Batarang is enabled on the page, the app fails to fully render, and throws some angular-related exceptions.

DrewML commented 8 years ago

False alarm. Exceptions were coming from the site itself, and were unrelated to Batarang. Carry on :)