标签: angularjs ngresource custom-headers
标头就可用
格式为
$resource('url/to/json', {}, { get: { method: 'GET', headers: { 'something': 'anything' } } });
上面正在为Get Method工作,但我想使用$ resource POST方法设置自定义标头