angular / batarang

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

Chrome Plugin: Module 'ngLocale' is not available #204

Closed renesansz closed 9 years ago

renesansz commented 9 years ago

Found out that the plugin is not working properly and the caused was that it got an uncaught error: Uncaught Error: [$injector:nomod] Module 'ngLocale' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

SomeKittens commented 9 years ago

Did some digging - this is due to angular-hint-directives having a hack that's since been removed. However, this still appears when installing dependencies manually.