ocombe / ocLazyLoad

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

what's the difference between oclazyLoad.js and oclazyLoad.require.js #309

Open CommanderXL opened 8 years ago

CommanderXL commented 8 years ago

In my project, I use requirejs to load my modules.

But when I used oclazyLoad.js to load 'controllers', it will get the error 'controller get undefined', I used oclazyLoad.require.js to load 'controllers' , it get well.

nikhilhece2011 commented 7 years ago

what line of code, you have written to specify your controller ?