ngAutocomplete
ngAutocomplete copied to clipboard
Add options does not working
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.
this.placeOptions = {
types: ['address']
}
<input type="text" placeholder="Where do you live?"
ng-autocomplete="placesResult" details="profile.user.location.placesDetails"
options="profile.placesOptions"
name="location"
ng-model="profile.user.location.name" class="mt" required/>
Best described in #69 should be closed.