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 May 29, 2019. It is now read-only.
@pkozlowski-opensource I am probably just missing how to do this, but from what I can tell you can not detect if a promise is still loading from within in the directive?
The only way I have come up with doing this thus far is to add an attribute to the input like typeahead-loading="value" and modify typeaheadPopup template and scope to see the value.