When I launch my angularjs application I am getting this error
Uncaught Error: [$injector:nomod] Module 'App' 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.3.11/$injector/nomod?p0=App
As I have about 20 dependencies. How can I know which dependency is not satisfied?
angular.module('myApp', ['LocalStorageModule', 'tmh.dynamicLocale','ngResource', 'ui.router',
'ngCookies','pascalprecht.translate', 'ngCacheBuster', 'ngTable',
'ngSanitize','ui.select','angularValidator','ui.bootstrap','googlechart',
'ui.bootstrap.showErrors','ngActivityIndicator','ncy-angular-breadcrumb',
'anguFixedHeaderTable', 'ui.utils','io.dennis.contextmenu'])