ng-inspector
                                
                                 ng-inspector copied to clipboard
                                
                                    ng-inspector copied to clipboard
                            
                            
                            
                        Breaks with the file:/// protocol
Nothing happens when the user clicks on the toolbar icon to toggle the inspector while viewing a page with the file:/// protocol.

Affects both Chrome & Safari; 0.4.2
In Chrome, does this happen even if Allow access to file URLs is checked in about:extensions?
@jcummins no, setting that option does not make it work. As far as I can tell, there is no way to access the DOM and/or JavaScript context for file:/// URLs
The Inspector pane will open if the app is connected with a server, which can easily be done with SimpleHTTPServer if you don't want to write up any server side code.