I try to use this directive to filter clients on my admin app, and I have a bug with this.
<auto-complete model="data.filter.client" func="getClients" property="name" on-select="clientAutoCompleteFilterReturnFunction" label="Nombre de una empresa" class="autocomplete-filter"></auto-complete>
this show me a list of clients when I type somes names in it, but when I click one, the UL content of auto-complete doesnt hide.,
What can I do to solve this?