我将这样的 2.1.1 版本的 ngtagsinput 注入到我的控制器中:
app.controller('homeCtrl', ['$scope','$http','ngTagsInput', function($scope,$http){
}])
*注意:经过测试!将 ngTagsInput 添加到 function() 中不会有任何区别...
我在 angularjs 库之后加载了 ngtagsinput 库。
我想知道我还能测试什么来解决以下错误:
Error: [$injector:unpr] Unknown provider: ngTagsInputProvider <- ngTagsInput
http://errors.angularjs.org/1.2.9/$injector/unpr?p0=ngTagsInputProvider%20%3C-%20ngTagsInput
不要误会我的意思,我知道基本上没有检测到这个提供程序。
但是找到了我的库(没有报告 404),我看到它的库中使用了 ngTagsInput....
所以,它真的困扰着我,同样的解决方案不再适用于这个库!这个库有什么特别之处,为什么在我达到修复它的所有标准时会出现这个错误?