axel-zarate / js-custom-select

Custom auto-complete select box for AngularJS and Bootstrap
MIT License
68 stars 59 forks source link

Make available via bower #4

Closed toymachiner62 closed 8 years ago

toymachiner62 commented 9 years ago

This should be made available via bower.

axel-zarate commented 9 years ago

I have no experience with bower. Perhaps you could help with that?

toymachiner62 commented 9 years ago

Sure thing. Bower is a package manager for client modules so rather than having to copy and paste every single file from js-custom-select into my project, I can just do a bower install js-custom-select for example and it pulls all the files into my project.

I'll submit a pull request for this.

alzalabany commented 9 years ago

.Bower.js file doesnot include a new property, so wiredep doesnot work. please include

"main": ["js/format.js","js/customSelect.js","css/style.css"],

in .brower.js file

asko1205 commented 8 years ago

@alzalabany I have a pull request out to make this change. Thanks!

16

Amenel commented 8 years ago

It is now made available. This should be closed.