angucomplete
angucomplete copied to clipboard
AngularJS Autocomplete Directive
Hi I have angucomplete input field : Name which contains a list of names. How can I fill the input field from the controller itself.
If only a single result, emulate the user selecting that result, but keep autocomplete open so they can see the full result info. Was having users enter the correct value,...
I was wondering how I could set the ng-model of the input-field at my own. I thought the selectedObject would be do that thing but then I saw that the...
I have added the `name` parameter to be able to use the input field in a `` properly.
They Key Events have been removed? The source code in the demo is different from the repo. If you look there is no key events on the template. Can you...
on selecting the suggestion from down key and pressing enter the selected value is not populating in input box, however everything is working fine in chrome and Firefox
fix for IE 10/11
After running my app with angucomplete through a js minifier, it throws this error: ReferenceError: isNewSearchNeeded is not defined
Issue #87
included onchangefunction to work for selectedobject as ngChange works for ngModel