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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * With md-no-cache="true": when an item from the dropdown list is selected with the mouse pointer an unnecessary call to the search function is made. This is wasteful especially when using web services with usage limits and may also disrupt the program logic.
What is the expected behaviour? It should behave in the same way as when the item is selected with the keyboard (that is no call to the search function).