You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: