angular-auto-complete
angular-auto-complete copied to clipboard
Nested http.get calls
I would like to ask if you have tried or this plugin supports nested http.get call within the data: function? if yes, can you provide a sample? ex. data: function (searchText) { 1st http.get() queries using the text searched and passed on the 2nd http.get() 2nd http.get() uses the value returned by the 1st http.get() to process a rest query the result of the 2nd http.get() will be the ones displayed on the dropdown choices. }