标签: angularjs ionic-framework
Hai我是离子框架的新手,现在我对从虚拟Json实现get数据感到沮丧。如果有人知道这有帮助我。
答案 0 :(得分:0)
非常简单。如果content.js是您的外部文件并位于根目录中。你得到如下。我已经嵌入了工作的plunker,玩它。
$http.get('content.js').success(function(response) { //whereever you want to put the data });
以下是工作人员:http://plnkr.co/edit/hC3iY8HUG23N7DjIS2hP?p=preview