I am trying to register a controller that I load dynamically thanks to ocLoazyLoad.
Once I have loaded the JS file, how to I tell the app that there is a new controller ?
I am doing this inside a controller (when loading a modal, I load the corresponding controller...)
I tried to play around with $controllerProvider
but nothing worked.