Forums
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
console.log("error");
});
above is my code inside ANGULARJS
[. .] please help me, i want to display the data inside my website, how can i achieve it?
- Read more about How to display packages in WEB?
- 1 comment
- Log in or register to post comments
- 50 views