rev087 / ng-inspector

The AngularJS inspector pane for your browser
ng-inspector.org
MIT License
782 stars 93 forks source link

Extension fails when an "angular" global is not exposed #148

Closed DrewML closed 9 years ago

DrewML commented 9 years ago

In January, UMD support was added to Angular core. Without a global, ng-inspector isn't able to hook in and instrument the framework, which causes app inspection to fail.

Example site: http://zuigo.com/

DrewML commented 9 years ago

Related to https://github.com/angular/batarang/issues/273