我使用ui-bootstrap-tpls-0.14.3.min,但下面的代码给出的错误是这样的。问题是什么?
"错误:[$ injector:unpr] http://errors.angularjs.org/1.4.7/ $ injector / unpr?p0 =%24modalProvider%20%3C-%20%24modal%20%3C-%20InterfacePageController"
function InterfacePageController(HttpService, crypto, $routeParams, $uibModal, $log) {
...
}
答案 0 :(得分:1)