0
我從我的REST答案400錯誤的請求 - 結果= < 400錯誤的請求>如何獲得變量
,我想表明這個錯誤的用戶使用angularJS。
我有機能的研究在控制器
$scope.update = function (id) {
Topic.get({id: id}, function (result) {
$scope.name = result;
$('#saveTopicModal').modal('show');
console.log(result);
});
};
請幫助 - 如何在某個變量出現錯誤,然後顯示該變量。 謝謝
等於什麼是'''id'''? –
id - itsInterger - .get方法 –