Hi everyone, Using Laravel, I did an API where I can retrieve for each airport the inbound/arrival traffic for a specific airport. The link is something like this /api/airport/(acronym - smtg like KJFK etc). I load that data from db where using cronjob, the records changes every x minutes.
I've some questions: because the URL isn't static so I can change the acronym and get the json response for each airport, I need to do the http request() in a different when than the classic url. how can I do it? and how can I retrieve the json data to angularjs in a list? Thank you so much! If it might help you, here is the laravel code for the API: http://hastebin.com/bicubeloye.coffee Regards -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
