I am using angular js and gm-auto complete.
this is the html tag i am using.
I have a custom array with details below.
var arrayPlaces={[name:"myHome", lat:25.56,lng:56.12],[name:"office",lat:25.36,lng:51.25]}
I want to include this custom array to my autocomplete suggestions. Is there any possible way to implement this.
Other than angular JS, is there any other way using Javascript or Jquery.
Thanks in Advance
