AutoComplete With Google Geocode

Please pick your type of source that represents Google geocode url:
<div
  auto-complete=""
  source="source"
  path-to-data="results"
  display-property="formatted_address"
  min-chars="2"
  placeholder="Enter Address"
  value-changed="callback(value)">
    
<input
  id="ip"
  ng-model="addressText"
  name="addressText">
  
</div>


$scope.addressText:
$scope.address :