0
Q
角資源故障
A
回答
0
$ http.get服務返回承諾。您應使用此代碼:
var data;
Employee.query().then(function(_data) {
data = _data;
console.log(data);
});
的[無法得到結果和$ HTTP angularjs數據]
+0
Dmitry Thanks for你的建議。這工作 – runtimeZero
相關問題
- 1. 故障與角
- 2. ROR子 - 子資源形式故障
- 3. Reveal.js和角 - 背景故障
- 4. 錯誤時,電源故障
- 5. Linux:電源故障輸入?
- 6. 意外移動Android drawable資源文件夾故障還原
- 7. 路由CherryPy網絡應用(路由資源故障)
- 8. TestNG故障不是故障
- 9. Jquery&Joomla無故障故障
- 10. 故障排除_mkdir故障
- 11. WCF故障 - 哪種故障?
- 12. JavaScript故障排除故障
- 13. 角1.0.8 $資源
- 14. 角$資源
- 15. 角度 - 數組中的故障遞增
- 16. 關於警告的故障量角器
- 17. 使用PhantomJS的角度CLI故障
- 18. natsort與主角字符故障PHP
- 19. 故障部署大三角帆
- 20. 如何調試角度2 aot故障
- 21. 保存子資源有角的$資源
- 22. 角$資源的WebAPI
- 23. 角資源在HTTPS
- 24. 拒絕角$資源
- 25. 數據源mysql故障切換 - howto configure?
- 26. 電源故障和Oracle數據恢復
- 27. 如何檢測電源故障?
- 28. 電源故障和mysql崩潰
- 29. 與ASP.NET數據源參數故障
- 30. SocketIO網絡/電源故障問題
可能重複(http://stackoverflow.com/questions/14671580/cant-get-result-data-with- http-angularjs) – Stewie
看一下$ resouce源代碼,看看你能做些什麼來使這個工作更像這樣:http://code.angularjs.org/1.1.5/angular-resource.js –