Amit Godse
Results
1
issues of
Amit Godse
I have a simple code which is calling RESTful Api to retrieve data from server. ``` $http.get('http://localhost:53384/api/contact'). success(function (data, status, headers, config) { log(data[0].Id); log(data[0].Name); }). error(function (data, status, headers,...