I'm working on an angular application using asp.net web application empty template and i have a problem with using ng-app, when i use it and lave it blank i the $routeProvider doesn't get instantiated, but when i specify ng-app="myApp" to my module name, the content of the body starts to repeat to infinite loop. I'm sure i'm missing something basic, but this problem is driving me crazy thanksI'm working on an angular application using asp