ocLazyLoad
ocLazyLoad copied to clipboard
what's the difference between oclazyLoad.js and oclazyLoad.require.js
trafficstars
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.
what line of code, you have written to specify your controller ?