Using a Relative Path for a Service Call in AngularJS

后端 未结 9 2076
别跟我提以往
别跟我提以往 2020-11-28 03:51

I have the following code, which was working fine until I deployed to a test server:

$scope.getUserList = function (userName) {
    $http({
        method: \         


        
9条回答
提交回复
热议问题