Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,i need help for listing already existing data from backend while typing in html input filed.i wrote service for getting backend data .Now i got it in controller as "data"and assign it in vm.tags.i have tried to use uib-typehead for displaying data while typing.but facing problem is that it display only after pressing enter button.please help me.

What I have tried:

my html and angular controller code is given below.


Questions.getQuestionTags(getQnTags);
function getQnTags(data) {
vm.tags = data;
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900