Ionic Autocomplete Search from remote service?

I am trying to find an autocomplete that works with Ionic and can pull the data in from my remote service. I found angucomplete, but it doesnt seem to want to play well with Ionic. I found ion-autocomplete, but cant seem to figure out how to make it work with remote data.

Anyone have any suggestions or examles?

Thanks,

Robert

I am not sure what you mean by auto complete but I’ve been trying to get Google’s Autocomplete search bar to work in Ionic for a couple days, can’t figure it out. I think the way routing works in Angular, the way views are injected into the DOM, breaks google’s autocomplete functions. When I have a single-page simple app, it works, but not when views/html templates are passed around.

Check out ion-autocomplete