Angucomplete's dropdown is pretty bare, and pushes the map down. The dropdown list is a div of class "angucomplete-dropdown" and each item is a div of class "angucomplete-row". The selected one will be of class "angucomplete-selected-row". jQuery's autocomplete seems to set the top and left to absolute values so it can hover over the rest - not sure how tough that's gonna be to replicate angular-style.
Angucomplete's dropdown is pretty bare, and pushes the map down. The dropdown list is a div of class "angucomplete-dropdown" and each item is a div of class "angucomplete-row". The selected one will be of class "angucomplete-selected-row". jQuery's autocomplete seems to set the top and left to absolute values so it can hover over the rest - not sure how tough that's gonna be to replicate angular-style.