rev087 / ng-inspector

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

ng-inspector does not open when working with local files in Chrome #160

Open ioi0 opened 8 years ago

ioi0 commented 8 years ago

Nothing happens when I try to fire up the plugin on a local page.

ng-inspector versions used: 0.5.11 0.5.10

Chrome versions used: Version 50.0.2658.0 canary (64-bit) Version 48.0.2564.116 (64-bit)

MakhouT commented 8 years ago

Same issue here for me. Current workaround, install a npm package http-server and serve the folder of your project by that cli tool. Works perfectly with ng-inspector.

ScottDalessandro commented 8 years ago

Experiencing the same issue. Thanks for the workaround @MakhouT

partizanos commented 8 years ago

Same hacked around the issue by running python -m http.server 8000 on the folder of my html file you can access it through url: localhost:8000/yourHtmlFileName.html