[問題] anglural 新手問題...
<td>{{data.name}}</td>
<td>{{data.author}}</td>
</tr>
</table>
</div>
</body>
JS部分:
$scope.showList = function(){
$http({
url:'http://localhost:2000/book',
method:'GET',
}).then(function(success_response){
console.log(success_response);
$scope.list = success_response.data;
}, function(err_response){
console.log(err_response);
})
}
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.226.218.32
※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1464424483.A.347.html
噓
05/28 17:28, , 1F
05/28 17:28, 1F
→
05/30 01:17, , 2F
05/30 01:17, 2F
→
05/30 09:56, , 3F
05/30 09:56, 3F
討論串 (同標題文章)
完整討論串 (本文為第 1 之 2 篇):
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章