bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

chore(commonjs): Add support for commonjs and npm #40

Closed kevinboosten closed 7 years ago

kevinboosten commented 7 years ago

Added btorfs.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('angular-bootstrap-multiselect')]);

This is helpful for Browserify and Webpack.