角度多选树不起作用

时间:2016-04-06 07:24:17

标签: javascript jquery css angularjs bower

我在项目中使用了这个插件angular-multi-select-tree in github。 这是我将它包含在我的项目中的方式:

    从凉亭bower install angular-multi-select-tree -save安装的
  1. 在此之后我在bower.json中获得了字符串:

    “角多选树”: “*”

  2. 并添加到index.js“multi-select-tree”

    angular.module('xyzApp',['multi-select-tree','....']);

  3. 运行“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.
    

    我该如何解决此错误?或者可以使用哪个插件?必要的功能:

    1. 下拉列表
    2. 搜索下拉列表
    3. 多选
    4. 分组 例: enter image description here

1 个答案:

答案 0 :(得分:-1)

尝试isteven-multiselect这里是链接; https://github.com/isteven/angular-multi-select