angularjs – Angular ui-select error:404(无法加载模板)

前端之家收集整理的这篇文章主要介绍了angularjs – Angular ui-select error:404(无法加载模板)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有人使用 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

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

解决方法

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

猜你在找的Angularjs相关文章