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
When trying to load the IE specific html page, I get this error message in the browser console:
[$injector:modulerr] Failed to instantiate module taskboardApp due to:
Error: [$injector:modulerr] Failed to instantiate module taskboardApp.config due to:
Error: [$injector:nomod] Module 'taskboardApp.config' 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.0-rc.0/$injector/nomod?p0=taskboardApp.config
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:2000:11)
at ensure (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:1924:5)
at module (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:1998:7)
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4569:11)
at forEach (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:340:11)
at loadModules (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4553:5)
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4570:11)
at forEach (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:340:11)
at loadModules (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4553:5)
at createInjector (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4475:3)
What am I doing wrong ?
The text was updated successfully, but these errors were encountered:
When trying to load the IE specific html page, I get this error message in the browser console:
[$injector:modulerr] Failed to instantiate module taskboardApp due to:
Error: [$injector:modulerr] Failed to instantiate module taskboardApp.config due to:
Error: [$injector:nomod] Module 'taskboardApp.config' 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.0-rc.0/$injector/nomod?p0=taskboardApp.config
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:2000:11)
at ensure (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:1924:5)
at module (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:1998:7)
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4569:11)
at forEach (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:340:11)
at loadModules (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4553:5)
at Anonymous function (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4570:11)
at forEach (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:340:11)
at loadModules (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4553:5)
at createInjector (file:///C:/OSVA/outlook-taskboard-master/lib/angular.js:4475:3)
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: