Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用角度全栈生成器并创建了一个指令。当我使用 templateUrl 时,整个页面都在递归加载。但是当我尝试使用模板包含 html 时,它可以正常工作。有什么办法可以调试这个问题?
您可能确实错误地配置了您的模板 URL,并且 angular 没有加载您的模板,而是加载了 index.html,这会导致循环。检查您的模板 URL 和服务器路由。