We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to execute my app in build mode, occurs the following error:
Uncaught ReferenceError: describe is not defined dataservice.spec.js Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module app.core due to: Error: [$injector:unpr] Unknown provider: routerHelperProvider http://errors.angularjs.org/1.3.20/$injector/unpr?p0=routerHelperProvider at http://localhost:7203/js/lib-20045cb1d4.js:9274:12 at http://localhost:7203/js/lib-20045cb1d4.js:13242:19 at getService (http://localhost:7203/js/lib-20045cb1d4.js:13389:39) at Object.invoke (http://localhost:7203/js/lib-20045cb1d4.js:13421:13) at runInvokeQueue (http://localhost:7203/js/lib-20045cb1d4.js:13336:35) at http://localhost:7203/js/lib-20045cb1d4.js:13345:11 at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20) at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5) at http://localhost:7203/js/lib-20045cb1d4.js:13343:40 at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20) http://errors.angularjs.org/1.3.20/$injector/modulerr?p0=app.core&p1=Error%…Each%20(http%3A%2F%2Flocalhost%3A7203%2Fjs%2Flib-20045cb1d4.js%3A9537%3A20) at http://localhost:7203/js/lib-20045cb1d4.js:9274:12 at http://localhost:7203/js/lib-20045cb1d4.js:13365:15 at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20) at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5) at http://localhost:7203/js/lib-20045cb1d4.js:13343:40 at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20) at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5) at createInjector (http://localhost:7203/js/lib-20045cb1d4.js:13252:11) at doBootstrap (http://localhost:7203/js/lib-20045cb1d4.js:10666:20) at bootstrap (http://localhost:7203/js/lib-20045cb1d4.js:10687:12) http://errors.angularjs.org/1.3.20/$injector/modulerr?p0=app&p1=Error%3A%20…rap%20(http%3A%2F%2Flocalhost%3A7203%2Fjs%2Flib-20045cb1d4.js%3A10687%3A12)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to execute my app in build mode, occurs the following error:
Uncaught ReferenceError: describe is not defined dataservice.spec.js
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module app.core due to:
Error: [$injector:unpr] Unknown provider: routerHelperProvider
http://errors.angularjs.org/1.3.20/$injector/unpr?p0=routerHelperProvider
at http://localhost:7203/js/lib-20045cb1d4.js:9274:12
at http://localhost:7203/js/lib-20045cb1d4.js:13242:19
at getService (http://localhost:7203/js/lib-20045cb1d4.js:13389:39)
at Object.invoke (http://localhost:7203/js/lib-20045cb1d4.js:13421:13)
at runInvokeQueue (http://localhost:7203/js/lib-20045cb1d4.js:13336:35)
at http://localhost:7203/js/lib-20045cb1d4.js:13345:11
at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20)
at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5)
at http://localhost:7203/js/lib-20045cb1d4.js:13343:40
at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20)
http://errors.angularjs.org/1.3.20/$injector/modulerr?p0=app.core&p1=Error%…Each%20(http%3A%2F%2Flocalhost%3A7203%2Fjs%2Flib-20045cb1d4.js%3A9537%3A20)
at http://localhost:7203/js/lib-20045cb1d4.js:9274:12
at http://localhost:7203/js/lib-20045cb1d4.js:13365:15
at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20)
at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5)
at http://localhost:7203/js/lib-20045cb1d4.js:13343:40
at forEach (http://localhost:7203/js/lib-20045cb1d4.js:9537:20)
at loadModules (http://localhost:7203/js/lib-20045cb1d4.js:13326:5)
at createInjector (http://localhost:7203/js/lib-20045cb1d4.js:13252:11)
at doBootstrap (http://localhost:7203/js/lib-20045cb1d4.js:10666:20)
at bootstrap (http://localhost:7203/js/lib-20045cb1d4.js:10687:12)
http://errors.angularjs.org/1.3.20/$injector/modulerr?p0=app&p1=Error%3A%20…rap%20(http%3A%2F%2Flocalhost%3A7203%2Fjs%2Flib-20045cb1d4.js%3A10687%3A12)
The text was updated successfully, but these errors were encountered: