I want to have 2 separate Angularjs App in one Asp.net MVC project.
How can i Handle initiate html page for these two Angularjs app with?
I want my spa website initiate at this url (cshtml view)
Home/Index
And another spa app for admin panel initiate in this url (cshtml view)
Admin/Index
My question is how can AngularJs app recognise its own parent initiated .cshtml file?