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 has been archived by the owner on Apr 12, 2024. It is now read-only.
Not sure if this issue is because of angular or angular bootstrap. Since commit d71df9f, the typeahead directive from angular-bootstrap no longer works as expected (items cannot be selected and mouseover doesn't change background).
@pkozlowski-opensource this seems like more of an issue for angular-ui/bootstrap to deal with, because I think we don't want to revert pete's fix or add weird special casing stuff. Just my opinion, thoughts?
I think we should close this one as the duplicate of angular-ui/bootstrap#2293. If there is something that is really broken in AngularJS I will open another issue with a minimal reproduce scenario.
Not sure if this issue is because of angular or angular bootstrap. Since commit d71df9f, the typeahead directive from angular-bootstrap no longer works as expected (items cannot be selected and mouseover doesn't change background).
Working version using angular.js from commit 19af039:
http://plnkr.co/F0DcTSJg27x9OIoyf9nj
Non working version using angular.js from commit d71df9f:
http://plnkr.co/cThTBaPGEKip86VkmXD5
The text was updated successfully, but these errors were encountered: