我正在开发基于 MEAN 堆栈的 Web 应用程序。我使用引导程序作为 css lib,并在我的两个文件“app.css”和“mio.css”中有一些 css 覆盖,该应用程序工作得很好,直到我refresh
进入一个处理两个部分的控制器,然后一切都被重新加载,除了我的 2 个 CSS 文件。
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/mio.css">
如果我检查它们,它们包含 index.html 数据(head body dcc)
你能建议发生了什么吗?