forked version of angular ui-select
$ npm install ui-select
$ bower install angular-ui-select
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g gulp - Install local dev dependencies:
npm installin repository directory
gulpto jshint, build and testgulp buildto jshint and buildgulp testfor one-time test with karma (also build and jshint)gulp watchto watch src files to jshint, build and test when changedgulp docsbuild docs and examples