angucomplete icon indicating copy to clipboard operation
angucomplete copied to clipboard

AngularJS Autocomplete Directive

Results 100 angucomplete issues
Sort by recently updated
recently updated
newest added

A small tweak, adding a `returnfirst` param, which when set to TRUE will mean when you press enter, it selects the first result, what ever that is.

Perhaps we should use an object literal to decode these

This might be controversial, but it seems idiomatic in both the Angular and Node code bases, and it makes it easier for me to contribute as my Vim settings expect...

This seems like better remote usage in the case that someone returns an array of JSON ``` if($scope.dataField) { $scope.processResults(responseData[$scope.dataField], str); } else { $scope.processResults(responseData, str); } ```

Hi Can you add an option that if only 1 result returned it will auto select it? Thanks!

Any plan to add licence and minified version?

1. Open the demo page. 2. Set focus to one of those input field. 3. Hit Down Arrow or Enter throws "Uncaught TypeError: Cannot read property 'length' of undefined" I'll...

I want to prevent kicking off a new search if there is a keyPressed, but the search term hasn't changed (think, you're just moving the cursor, or doing a `CMD...

I found your autocomplete via ngModules its pretty sweet! & easy to use.. But my question is, what was the reasoning behind using eval when you can just use bracket...