I am trying to make an AJAX call from angular 1.6, my project is synchronized with laravel 5.1, I have a connection to the bd and I already check it, I just need to download the data and save it in vectors of js, each column a vector !!!
Being clearer, I am integrating laravel 5.1 with angularjs, the integration is, and the bd queries also work correctly, what I need is, when selecting two data (temperature, precipitation) or one of the two, and give it click on a button accept, download the data and create a vector with them in an angular service ... I already have vectors in that service, but they were data placed by hand.