我在项目中使用了这个插件angular-multi-select-tree in github。 这是我将它包含在我的项目中的方式:
bower install angular-multi-select-tree -save
安装的在此之后我在bower.json中获得了字符串:
“角多选树”: “*”
并添加到index.js“multi-select-tree”
angular.module('xyzApp',['multi-select-tree','....']);
运行“Gulp serve”网页不起作用后,我在控制台中看到了这个错误
Error: [$injector:modulerr] Failed to instantiate module multi-select-tree due to:
Error: [$injector:nomod] Module 'multi-select-tree' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
我该如何解决此错误?或者可以使用哪个插件?必要的功能: