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.
当我尝试实现角度 ui-grid 时,我遇到了这个错误。一些帮助我解决这个问题。
我的第一个猜测:
要导入 css,您应该使用以下行:
<link rel="stylesheet" href="styles/ui-grid-unstable.min.css" />
在您的 index.html 中。
我猜你将它作为 Javascript 导入,这是行不通的。