[ad_1]
change this line from
$scope.response = res.data1.result;
to
$scope.response = res.data.result;
The response will have a data object which you are accessing incorrectly.
[ad_2]
solved Angular JS -> cannot read property [closed]
[ad_1]
change this line from
$scope.response = res.data1.result;
to
$scope.response = res.data.result;
The response will have a data object which you are accessing incorrectly.
[ad_2]
solved Angular JS -> cannot read property [closed]