I am using angular full stack generator and created a directive. When I am using the templateUrl, the whole page is recursively loading. But when I try include the html using the template, it works correctly. Any way how to debug this issue?
Asked
Active
Viewed 91 times
1 Answers
0
You probably did mis-configure your template URL and angular is not loading your template but the index.html, which causes the loop. Check your template URLs and the server routing.

Michael
- 3,085
- 1
- 17
- 15