标签: html angularjs google-chrome firefox xampp
我在页面上使用了角度ng-include。每次我对包含的.html进行更改时,更改都不会对chrome和Opera生效,但会对Firefox生效。我正在使用XAMPP来运行我的页面。有什么想法吗?
答案 0 :(得分:1)
这可能是因为有角度的$templateCache。
快速解决方案是刷新浏览器的缓存,或右下角的Chrome开发工具点击齿轮并勾选选项Disable cache (while DevTools is open)
Disable cache (while DevTools is open)