Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.