You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the angular app generated with generator-gulp-angular and works perfectly in the browser,
but i want to use it as a desktop app including it inside electron, and i got this problem:
Error: [$injector:modulerr] Failed to instantiate module client due to:
Error: [$injector:modulerr] Failed to instantiate module x due to:
Error: [$injector:nomod] Module 'x' 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.
The text was updated successfully, but these errors were encountered:
I got the angular app generated with generator-gulp-angular and works perfectly in the browser,
but i want to use it as a desktop app including it inside electron, and i got this problem:
Error: [$injector:modulerr] Failed to instantiate module client due to:
Error: [$injector:modulerr] Failed to instantiate module x due to:
Error: [$injector:nomod] Module 'x' 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.
The text was updated successfully, but these errors were encountered: