I am using jquery autocomplete devbridge, I am implementing with an ajax call from angularjs which brings me a Json as follows:
var arrayListAuto =[
"Mio",
"Tio",
"Otro"
]
and I call it that with the AutoComplete plugin
$("#autocomplete-linea-principal").autocomplete({
lookup: arrayListAuto
});
but when it should show the list of suggestions I get the following error:
Uncaught TypeError: Can not read property 'toLowerCase' of undefined