prestashop web-services does not return data: gives 200 ok status but response is blank

I am trying to create a crossplatform app using angularjs, ionic framework, and cordova.

From the prestashop forum i studied the web-services and created the key for accessing the products.

the code works fine if i manually enter the link into the browser but there is problem when i try to do ajax call to the same link using angularjs.

I had referred the first link after searching on google the first link that it shows. Search on google for "Acces Prestashop webservice from JavaScript"

But i get no response if i try to access the link using angularjs.

For the code you can refer the first link after searching for "Acces Prestashop webservice from JavaScript".

Please don't mark it as duplicate as i had already tried to the same using pure js, jquery, angularjs, but all lead to no response.

Only answer if you know prestashop well and its webservices as you can test the code on your machine. Thanks.