ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

Add import for color picker #100

Closed zaalbarxx closed 8 years ago

zaalbarxx commented 8 years ago

Currently the color picker must exists in the global scope or be injected into library using plugin like ProvidePlugin for Webpack. Simply adding the import statement makes sure that we will not have to use any plugins to be able to run the plugin successfully.

ruhley commented 8 years ago

This doesn't appear to affect using this library via bower, so I have added the import to master and will hopefully make a new release this week.