angular-auto-complete icon indicating copy to clipboard operation
angular-auto-complete copied to clipboard

Nested http.get calls

Open Donn187 opened this issue 7 years ago • 0 comments

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. }

Donn187 avatar Oct 11 '18 05:10 Donn187