ngAutocomplete icon indicating copy to clipboard operation
ngAutocomplete copied to clipboard

Simple AngulasJS directive for adding google places autocomplete to a textbox element

Results 67 ngAutocomplete issues
Sort by recently updated
recently updated
newest added

Entering some fields into the autocomplete results in the service returning data such as Atmospheric and Contact data, which are outside of the basic plan of the Google Maps Places...

Hi I am trying to implement the country selection directive in ionic project, but not able to select the values from the dropdown on iOS devices. This is working fine...

Hi For some reason when I click on the address on the iphone it just dissapears instead of putting into the input box like android

Is there a way to get "typeahead" functionality as shown in the plunkr below: https://plnkr.co/edit/hvLUW1ezja5DIapnlpLv?p=preview

When adding ngAutocomplete to a controller I keep getting this error: Unknown provider: ngAutocompleteProvider

@wpalahnuk Is this project still allive?

I try to make this work, https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Narv&types=establishment&location=59.911237,%2010.749639&radius=500&key=AIzaSyCXVRKMQksdAvxSJfKmq4mWj1kIjC_RK2o But you have not implemented radius or location as described in the docs ... https://developers.google.com/places/web-service/autocomplete Have stopped developing this project?

I know there is already a PR about that (https://github.com/penghou620/ngAutocomplete/commit/10e8d9fa2ab951f370566ced0a868857c5dfbb96) but I think this one has a different approach, I prefer get the sended result directly from the emit event...

I'm adding the map asynchronously, therefore I have the google is not defined error. Can you do it with javascript promises ?

Hello, i'm looking for a way to force the selection of a valid address from the popup list, so that the textfield is either empty or with a valid address...