Cannot read response from AngularJS $resource DELETE
I am trying to use AngularJS $resource to DELETE data from my server. However, when I write the result to console, I do not see the data. However, when I go to "Network" in Chrome's console, I see the DELETE in the Name Path left column. When I click on the "info, I see five tabs on the right panel. Under the Preview and Response tabs, I see the correct data. I just don't know how to see or retrieve that in my Javascript. Here is the javascript service code: var MyServices = angular.module('MyServicesName', ['ngResource']); MyServices.factory('AAAService', function($resource) { return