angularjs-autocomplete icon indicating copy to clipboard operation
angularjs-autocomplete copied to clipboard

AngularJS Autocomplete

Results 6 angularjs-autocomplete issues
Sort by recently updated
recently updated
newest added

While adding the dependency ['angularjs-autocomplete'] to the module I get the error specified in the title.

If there is no matching record found in source then its throwing error : Uncaught TypeError: Cannot read property 'constructor' of undefined at i (angularjs-autocomplete.min.js:1) at c (angularjs-autocomplete.min.js:1) at HTMLInputElement....

A function specified as callback through the value-Changed tag is not being called when an item is removed from the list. This happens when using the auto-complete-multi tag.

Hello, If I try to install `angularjs-autocomplete` using Bower, I have an error when launching the app: ngSanitize is missing. I checked your code and in your `bower.json`: you indicate...

How to remove id from dropdown list. If I set display property as one of the property from object then also it is showing id in the list inside brackets....