I'm endeavoring to incorporate Foursquare venues into my Angular application using the angular angucomplete. However, the datafield in angucomplete necessitates an array of objects, while the response from Foursquare is returned as an array of arrays with one inner array containing the venues. Can someone provide guidance on how to resolve this within angucomplete?
Any assistance would be greatly appreciated! Thank you.