ngAutocomplete
ngAutocomplete copied to clipboard
Simple AngulasJS directive for adding google places autocomplete to a textbox element
When the `watchEnter` option is set to `true`, `getPlace` is used to get the location. However the `types` parameter is not included in the request and will therefore not return...
I would type some characters into the autocomplete text field such as 'ap', then I would use my arrow keys to navigate to one of the autocompleted options. Then, I...
In the Readme.md placed at http://ngmodules.org/modules/ngAutocomplete, the module to inject is named as 'ng-Autocomplete', when it should be 'ngAutocomplete'. 
I was testing the plunker simple example and I found when I typed 'ssdfssd' or another value out of the allowed values, the value was stored in scope anyway and...
Hi, when google places return a name with ' inside, the details scope won't update and the model value is wrong?
Thanks for this library. Is it possible to support 'lodging' as a place type by itself? When I set the types parameter to 'lodging', it does not work. Only accepts...
Triggers an autocomplete query when using the ng-model to set the textbox value.
Hi, I add place changed event for input text.
Hi everyone! I'm trying to introduce this module into an hybrid app and I was wondering if I could turn the autocomplete dropdown into a dropup. Is it possible? Thank...