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
trafficstars

Drawer location for selecting the place is misplaced (it's coming on background screen rather on dialog) when used this directive on dialog. ![image](https://cloud.githubusercontent.com/assets/2725624/7536391/1db0d0aa-f5ad-11e4-9f41-ba36e95d9245.png)

Hi there, when I open a view containing the directive, it generates a `div.pac-container` as a `:last-child` into `body`. But when exiting, it doesn't remove it. So, when re-entering the...

I think after selecting a location the element value should be equal to formatted_address value. e.g For the location term cali the field value is set to "Cali - Valle...

The value of `detailsResult.formatted_address` is not ok for my application, what I want to have is only street name (not country + city, as google thinks). I'm trying to find...

I have a city search with ng-autocomplete. When i want to edit my details it resets the city value on the scope to an empty string instead of taking the...

I got this kind of error message when using this plugin `Error: [$compile:nonassign] http://errors.angularjs.org/1.2.23/$compile/nonassign?p0=&p1=ngAutocomplete at Error (native) at http://localhost:8888/erealestate-web/libs/angular/angular.min.js:6:450 at $get.n (http://localhost:8888/erealestate-web/libs/angular/angular.min.js:53:166) at Object. (http://localhost:8888/erealestate-web/libs/angular/angular.min.js:53:258) at k.$get.k.$digest (http://localhost:8888/erealestate-web/libs/angular/angular.min.js:109:268) at k.$get.k.$apply...

Use an extra option parameter componentType to specify what kind of results do you want on details filtering the address_component type of the result, following the types expressed on https://developers.google.com/maps/documentation/javascript/geocoding....

What if i want to how pre-binded scope in ngautocomplete?