angular-typeahead
angular-typeahead copied to clipboard
A very simple Angular.js wrapper around the Twitter Typeahead library.
Bumps [angular](https://github.com/angular/angular.js) from 1.5.11 to 1.8.0. Changelog Sourced from angular's changelog. 1.8.0 nested-vaccination (2020-06-01) This release contains a breaking change to resolve a security issue which was discovered by Krzysztof...
If I am using this directive and I am re-initializing bloodhound object, textbox looses it's focus and then I have to again re-focus manually. Issue with this is basically we...
If I'm using this directive in multiple places on the page, how do I bind to the `typeahead:selected` event of a specific directive? Right now in my controller I have...