angularAMD
angularAMD copied to clipboard
Mutiple modules using angularADM
Hi I'm developing modular application,
Developing app using two modules defined, app, modPatientApp when Im trying to access view of second module, second module app controller is throwing error Uncaught Error: Script error for "modPatientApp", needed by: ../application/module.patient/addPatientController
But when I use app in my addPatientController, its working ? But I want to use modPatientApp, Could any one help me out in fixing this.!!
Thanks Phaneendra
Have you added dependency of first module in second ?
does someone has any idea? I'm looking for a solution to using thirdparty modules after my module bootsraped
@Upendrasengar I have added dependency of first module.