johnpapa / ng-demos

variety of angular demos
MIT License
1.7k stars 961 forks source link

update to angular 1.4.4 error ! #62

Open omarazmi opened 9 years ago

omarazmi commented 9 years ago

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

image

how to solve that ??

dorcohen8 commented 9 years ago

Happened me too on angular 1.4.5

ericsoucy commented 8 years ago

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