Search code examples
node.jsangularjsbowerui-select2

Problems getting ui-select2 demo for angular to run


I download the demo, unzip it, access the demo folder, type bower install and no errors pop up After that I open index.html, but the widgets don't respond.

The fields are all empty and nonresponsive. Am I missing a step?


Solution

  • JQuery path is broken in index.html. You need to set it to:

    <script src="bower_components/jquery/dist/jquery.js"></script>