Uncaught Error: [$injector:modulerr] Failed to instantiate module bltDocs due to:
Error: [$injector:nomod] Module 'bltDocs' 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.
http://errors.angularjs.org/1.5.8/$injector/nomod?p0=bltDocs
Occasionally, the ngBolt documentation at http://localhost:9001 fails to display when ngBolt is run using "bolt run" because a module is not found. This image is from Chrome, but the same error occurs in all browsers. It seems that little or no Javascript is being executed due to the error.
The page appears like this:
The error may be related to error 33, because it often occurs immediately after an auto-refresh due to saving new code. Typing "bolt clean default" at the command line, typing "bolt run default," and then refreshing the page tends to resolve the problem.
Uncaught Error: [$injector:modulerr] Failed to instantiate module bltDocs due to: Error: [$injector:nomod] Module 'bltDocs' 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. http://errors.angularjs.org/1.5.8/$injector/nomod?p0=bltDocs
Occasionally, the ngBolt documentation at http://localhost:9001 fails to display when ngBolt is run using "bolt run" because a module is not found. This image is from Chrome, but the same error occurs in all browsers. It seems that little or no Javascript is being executed due to the error.
The page appears like this:
The error may be related to error 33, because it often occurs immediately after an auto-refresh due to saving new code. Typing "bolt clean default" at the command line, typing "bolt run default," and then refreshing the page tends to resolve the problem.