ocombe / ocLazyLoad

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

Failed to instantiate module oc.lazyLoad due to #405

Open jeevasusej opened 7 years ago

jeevasusej commented 7 years ago

When I use minified version of oclazyload, I cannot instantiate the module. I am getting the following issues.

Failed to instantiate module oc.lazyLoad due to:
TypeError: Cannot create property 'ui.router' on number 'NaN'

If I don't use minified version, I am not getting the issue.