在本地服务器上使用restangular创建一个Demoapp

时间:2015-07-28 07:13:27

标签: javascript angularjs restangular

我在角度js中是非常新的,直到我使用$资源获取和放置的点,但现在我的要求是使用Restangular

我在这里创建了一个demoapp

<link rel="stylesheet" type="text/css" href="Style.css" />
/* my json file with the name user.json */
{"user":[
{"id":1,
"subject":"#aashima"
},
{"id":2,
"subject":"#aansh"
},
{"id":3,
"subject":"#artle"
},
{"id":4,
"subject":"#harish"
}
]
}
Here It shows the path showing how I have arranged the file 在此处输入图像描述

在控制台中,它清楚地显示正在进行获取请求但没有数据

我无法在此处删除导致问题的错误,感谢任何帮助

1 个答案:

答案 0 :(得分:0)

var images = []; 
$('.sluider-img img').each(function(){
    images.push(this) 
});
console.log(images[0]);
console.log(images[0].clientHeight + " " + $(images[0]).height()); 

所以这里代表一个可以在本地服务器上实现的简单应用程序