一般是注入$http service,通过get/post和后台交互 module.controller("YourCtrl", [$scope, $http, function(scope, http) { // your controller code here: }])
json格式$http服务啊