ocombe / ocLazyLoad

Lazy load modules & components in AngularJS
https://oclazyload.readme.io
MIT License
2.63k stars 510 forks source link

When lazy loading a module, multiple configs with the same toString don't all run #398

Open ArlyMathiasen opened 7 years ago

ArlyMathiasen commented 7 years ago

Hello, I've noticed that, when lazy loading a module, if multiple configs registered to the module have the same toString, only one is run

I have replicated this issue in the following plunk, the code to note is in module.js http://plnkr.co/edit/svuYEG8xV6q0426iLX8C?p=preview