I'm currently having trouble to display my picture using ng-src.
<img ng-src="http://localhost:3000/images/{{image.image}}" class="img-circle" alt="User" style="width: 130px; height: auto;">
The data is there when I console log this
$scope.image = products.userinfo[products.index];
I didn't get any errors. Here is the sample output that I get. enter image description here