I\'m trying to figure out why the page doesn\'t navigate to its template when clicked. The URL updates, and I have no JS errors.. I believe it loads the file, but t
I had this same problem and ultimately realized I had not actually created the partial html file that I was telling it to load in my app.config - if it can't find the template file, Angular seems to go into an infinite loop of the controller function.