1
爲什麼我的$scope.aux
是空的,而響應是在那裏?angularjs服務和響應
響應:
我已在在工廠以下內容:
o.getfirm = function() {
return $http.post('/firms', null, {
headers: {Authorization: 'Bearer '+auth.getToken()}
}).then(function(response){
console.log("getting firm");
console.log(response.data);
return response.data;
});
};
來電者:
$scope.aux = testservice.getfirm();
console.log("checking");
console.log($scope.aux);
的感謝!將盡力接受答案。你是否有時間處理另一個問題? – maria
發佈您的問題,我會盡力快速響應 – Silvinus
其在這裏:http://stackoverflow.com/questions/38957777/schema-hasnt-been-registred-for-model-mean-stack – maria