Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

refactor(commonjs): Added support for npm and commonjs #932

Closed
wants to merge 19 commits into from

Conversation

aaronroberson
Copy link
Contributor

Added ui.select 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-ui-select')]);

This is helpful for Browserify and Webpack.

@aaronroberson aaronroberson changed the title Added 'ui.select' to module exports for npm and Broswerify/Webpack refactor(commonjs): Added support for npm and commonjs May 19, 2015
@eranimo
Copy link

eranimo commented Sep 11, 2015

👍 Why wasn't this in before?

vipper and others added 3 commits November 6, 2015 15:44
Add paste="expression" to allow custom paste handling.

Allow pasting in tagging mode when the tagging function is not defined.

In IE use window.clipboardData so jQuery is not required.

Fixes angular-ui#910, angular-ui#704, angular-ui#789, angular-ui#848, angular-ui#429
@gaui
Copy link

gaui commented Nov 22, 2015

👍

@yukw777
Copy link

yukw777 commented Dec 9, 2015

When will this be merged?

@bsideup
Copy link

bsideup commented Dec 15, 2015

👍

@ranjith19
Copy link

What is going on here?

@jashatton
Copy link

Please pull this in for release... doing hackery to get this working in my project can be avoided :) Thanks

@aaronroberson
Copy link
Contributor Author

@dimirc Can you merge this PR in please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants