angularjs怎么实现页面向后台传值

我这样传值怎么说是个空的JSon子对象varmodifypasswordController=function($scope,$http,LoginService){al... 我这样传值怎么说是个空的JSon子对象
var modifypasswordController = function($scope, $http, LoginService) {
alert("1111");
$scope.save = function() {
alert("22222");
$scope.req = {
password:$scope.password,
password1:$scope.password1
};
alert($scope.req.password);
// $scope.req.agents_id = LoginService.agentid;
$scope.info();
};
$scope.info = function() {
$http.post("api/agent/modifyPassword",$scope.req).success(
function(data) {
alert("aasaa");
//$scope.info=data.message;
alert(data.message);
});
};
$scope.save();
};
modifypasswordController.$inject=[ '$scope','$http','LoginService' ];
modifypasswordModule.controller("modifypasswordController",modifypasswordController);
那里写错了求大神指点, 页面数据传出不过
展开
 我来答
百度网友e2d7ae3
2015-03-26 · TA获得超过2207个赞
知道大有可为答主
回答量:1287
采纳率:0%
帮助的人:1608万
展开全部
$scope.info = function () {
        $http({
            method: 'POST',
            url: 完整路径+'api/agent/modifyPassword',            
            data: JSON.stringify($scope.req)
        }).success(function(data){
        }).error( function(data){
        });
};
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式