axel-zarate / js-custom-select

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

Added bower support #5

Closed toymachiner62 closed 8 years ago

toymachiner62 commented 9 years ago

Added support for bower. Since I am not the owner of this project there is a step that you need to do @axel-zarate because i don't want to maintain this project and have to keep it up to date in bower as well.

Take a look at this page for further information on pushing to bower. Basically these are the steps you'll need to do:

  1. $ npm install -g bower
  2. $ bower register js-custom-select git@github.com:axel-zarate/js-custom-select.git <-- This just points at master but you'll want to start tagging your code and then push the tags.
ch-pp-rs commented 8 years ago

This looks great, can we get this merged?