angularjs-dropdown-multiselect icon indicating copy to clipboard operation
angularjs-dropdown-multiselect copied to clipboard

chore(commonjs): Add support for commonjs and npm

Open kevinboosten opened this issue 7 years ago • 1 comments

Added angularjs-dropdown-multiselect to module exports so that after installing via npm, the package can be required in the angular module dependency list such as:

angular.module('myApp', [require('angularjs-dropdown-multiselect')]);

This is helpful for Browserify and Webpack.

kevinboosten avatar May 29 '17 09:05 kevinboosten

Is there any update on whether this can be merged. Bower installations are really deprecating.

gpsimmo avatar Nov 17 '17 13:11 gpsimmo