angular.bootstrap error: Error: [ng:btstrpd] App Already Bootstrapped with this Element
问题 I'm building a widget that depends on Angular along with a widget builder tool. The builder used Angular with ngApp attached to the html tag of the document. When I load up the widget within the widget builder, I get the following error: Error: [ng:btstrpd] App Already Bootstrapped with this Element '<div class="company-widget" id="widget-app" data-company="demoCorp">' Here is the bootstrap function: angular.bootstrap('#widget-app', ["myWidget"]); For all intents and purposes, the rest of the