angucomplete
angucomplete copied to clipboard
AngularJS Autocomplete Directive
User hovers over a row and hits enter does not select the highlighted selection because hoverRow funciton is missing $index in the template.
I have an issue when selecting auto complete result using mouse click into input form. Sometime it work, but mostly it doesn't work. I wonder if there are some problems...
I have implemented angucomplete however I can't seam to build the links to profiles like I need too.
When testing this code i noticed you created a inner input element, with its own model then push the result into selectedObject when your ready. This works, but means, for...
251406e - when isNewSearchNeeded is created as a standalone function it always contains the value 3 (at least working with remote data source) because $scope.minLength is not yet been modified...
You have mistakenly override Bootstrap style for `.form-control` (not used in autocomplete template).
Updated the matching, because you don't always have a match in the title. eg: ``` { very-long-description: "lorem ipsum dolor ... sit amet", title: "interaction development" } ``` Now this...
Our use case for this widget is adding items to a table, once selected, we need the row to be cleared. A better solution to this would be to refactor...