I've been trying all day to get the JSON data from the following url: https://www.easports.com/iframe/fifa17proclubs/api/platforms/XBOXONE/clubs/2650219/membersComplete
I am very new to cross-domain calls, I tried to use JSONP, $get.JSON with no success. All I want is to store the data from that link into an Angular variable so I can use it on my app.