Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

Commits on May 29, 2017

  1. chore(commonjs): Add support for commonjs and npm

    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.
    Kevin Boosten committed May 29, 2017
    Configuration menu
    Copy the full SHA
    49d0cc0 View commit details
    Browse the repository at this point in the history