Angular ui-select错误:404(无法加载模板)

Lin*_*ela 5 angularjs ui-select2 angularjs-select2

有问题的人使用angular-ui-select

得到这个错误

GET http://localhost/select2/select.tpl.html 404 (Not Found) angular.js:8539
Error: [$compile:tpload] Failed to load template: select2/select.tpl.html
Run Code Online (Sandbox Code Playgroud)

从文档中 - 我只需要引用select.js和select.css

Bai*_*ith 2

尝试使用 / dist目录中的 select.css 和 select.js 文件,而不是 / src目录中的文件。