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 noticed that prepareMatches doesn't check when options = undefined, in cases when you're using an observable as input parameter to the directive and the observable returns a null object (such as when getting a 204 NO CONTENT from a service) the module crashes. Maybe there's a work around that doesn't involve modifying the directive code but I wanted to check first.
The text was updated successfully, but these errors were encountered:
YevheniiaMazur
changed the title
TypeAhead prepareMatches method doesn't check for undefined observables
fix(typeahead): typeahead prepareMatches method doesn't check for undefined observables
Jan 16, 2018
Uh oh!
There was an error while loading. Please reload this page.
I noticed that prepareMatches doesn't check when options = undefined, in cases when you're using an observable as input parameter to the directive and the observable returns a null object (such as when getting a 204 NO CONTENT from a service) the module crashes. Maybe there's a work around that doesn't involve modifying the directive code but I wanted to check first.
The text was updated successfully, but these errors were encountered: