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

bower intall - empty folder `themes` #57

Closed AnatoliyLitinskiy closed 8 years ago

AnatoliyLitinskiy commented 8 years ago

I used

bower install angularjs-color-picker --save

after installation was finished I found that folder dist/themes is empty, so

<!-- only include if you use bootstrap -->
<link rel="stylesheet" href="bower_components/angular-color-picker/dist/themes/angularjs-color-picker-bootstrap.min.css" />

can't be used

ruhley commented 8 years ago

Fixed in commit 1228dc584e1f968c40619c467474175dc2b102df and released in v1.0.2. Please reopen the ticket if the problem persists.