Another thing is, that I want to show another data, than I'm performing search in. I'm going to use it to autocomplete users. It should perform search in user id, nickname, e-mail, first name and surname, but it will only display user real name (first name and surname). With jQuery autocomplete I was able to search and display other data. Is it also possible to do with AngularJS without jQuery autocomplete?
And one more question - can I somehow get the data from the server through $_POST?
Thanks.
Dňa piatok, 6. decembra 2013 19:06:41 UTC+1 Aadithya Udupa napísal(-a):