Open omarazmi opened 9 years ago
Happened me too on angular 1.4.5
i am trying to run with angular 1.5.3+ and I still get this error. I changed the line to
$provide.decorator('exceptionHandler', extendExceptionHandler);
but still get the error
config is not using explicit annotation and cannot be invoked in strict mode
i install the modular project, all packages, and run fine. but when i upgrade the angular from 1.2.28 to 1.4.4 (i need to use some new features and because the dependency from other libraries), an error appeared ;
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module app.core due to: Error: [$injector:modulerr] Failed to instantiate module blocks.exception due to: Error: [$injector:strictdi] config is not using explicit annotation and cannot be invoked in strict mode
how to solve that ??