Open
Description
The typeahead directive from angular-bootstrap uses the match attribute which causes this directive to be evaluated resulting in the following warning in console: Match validation requires ngModel to be on the element.
It's not a big deal, but I think it's better to avoid potential problems in the future since angular-bootstrap is widely used.