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.
There is some caching behavior on the MDAutoComplete controller which assumes the element() object will be the same in the lifecycle. This makes the check for ctrl.hasNotFound being reported as undefined. seems like this check should be done with no caching in the link() function and not in the template() function.