How to cause ionic autocomplete to float

Hi all,

I want to implement a generic autocomplete for ionic.

I found this example “http://codepen.io/calendee/pen/pCwyx

The problem is that the content of the autocomplete pushes all the content down.
I want that it will somehow not push the whole document down, but rather will flow above.

How can i do this with ionic?

Thanks,
David

Here’s a nice example of how one person did it.

I roughed together something similar, but it could use be converted to a directive if you want to take it up.