$http({
method:'GET',
url:"js/NewWork.json"
}).then(function success(response){
$scope.datas=response.data;
},function error(response){
});
method:'GET',
url:"js/NewWork.json"
}).then(function success(response){
$scope.datas=response.data;
},function error(response){
});