We are creating a single page app with Angular routing. The problem is that the Javascript with the controller(s) need to be referenced. I want the js file to be downloaded dynamically on demand.
Is it mandatory to use a system like RequireJS ? Is there an alternative ?