ngAutocomplete
ngAutocomplete copied to clipboard
Simple AngulasJS directive for adding google places autocomplete to a textbox element
This should have an option to use a submit button which would do exactly the same as pressing enter. If there's a way to simulate enter key, please let me...
i wanted to know how i can use details values in controller to get only lat,lng Thanks .
Add the ngAutocomplete.min.js
I would like to display only countries in the dropdown, but I can't find the option in the parameter. How can i do that? I also can't find the code...
I am trying to get only addresses and from google docs i need to give the type of 'address', and i still get countries in the list. ``` js this.placeOptions...
Hi, thanks for your great angular integration. I would like to tell you and other people (maybe you should put this into your documentation) that the scope-var details will provide...
How are you going to have errors in the "Simple Usage" examples Plunkr...
I am writing Unit test for this directive. I am really confused how to fire place_changed event, and then get the details param from this directive. Can some one guide...