You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.,