I have an ASP.Net User control that I need to be able to load an angular component using ng-include. I load the scripts needed on the user control, manually bootstrap the module ( I have tried not bootstrapping it manually and just use ng-app)
The first time the user control loads, everything loads as expected. If I refresh, or go to a different location on the user control, it tries to reload angular and I get the error: App Already Bootstrapped with this Element 'document'. Is there a way to load this properly in a User Control?