When I try to load my AngularJS app, I encounter the following error:
Uncaught Error: [ng:btstrpd] App Already Bootstrapped with this Element '<html lang="en" ng-app="app" class="ng-scope">'
I have only placed ng-app
once in the html
element within _Layout.cshtml (ASP.NET MVC), and I do not utilize angular.bootstrap
as indicated in the issue discussed here. How can I go about debugging this problem (using F12, Firebug, Chrome...)?