ngAutocomplete icon indicating copy to clipboard operation
ngAutocomplete copied to clipboard

Add options does not working

Open NetanelBasal opened this issue 10 years ago • 1 comments

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/>

NetanelBasal avatar Jun 17 '15 11:06 NetanelBasal

Best described in #69 should be closed.

pimpin avatar Oct 27 '15 17:10 pimpin