Angular, content type is not being generated correctly when using resource

前端 未结 2 1689
慢半拍i
慢半拍i 2020-12-19 07:32

I have tried the following command, using resource on Angular:

angular.module(\'appServices\', [\'ngResource\']).facto         


        
2条回答
  •  鱼传尺愫
    2020-12-19 08:09

    Looks like it's still not supported - if you have to set the headers you can use the $http service

提交回复
热议问题