I would like to know if it is possible to get a particular factory object dynamically (without using dependancy injection). So if I have the module name and the factory name can I do something to retrieve the factory object itself?
Edit: $provide and $injector might be in the right direction?