etodanik / ion-google-place

Ionic directive for a location dropdown that utilizes google maps
MIT License
250 stars 201 forks source link

bower install ion-google-place only installs version 0.0.1 #66

Open chicheongweng opened 8 years ago

chicheongweng commented 8 years ago

How to install the latest version?

MKorsch commented 8 years ago

same for me

chicheongweng commented 8 years ago

I figured it out you need to provide full git respository path then it will pick up the lastest build.

On Sun, Jan 31, 2016 at 6:52 PM, MKorsch notifications@github.com wrote:

same for me

— Reply to this email directly or view it on GitHub https://github.com/israelidanny/ion-google-place/issues/66#issuecomment-177464742 .

RamyRais commented 8 years ago

you can in your bower.json do something like : https://github.com/israelidanny/ion-google-place.git#COMMIT_SHA exemple: "ion-google-place": "https://github.com/israelidanny/ion-google-place.git#3a9a818656987af7bdc"

ulion commented 8 years ago

the git maintainer have to tag the git with newer version, currently there is only a 0.0.1 tag.