Why does my image show up as a file logo? link below
This is how my image shows up when I add it
This is my JS for the image (AngularJS)
{
name: 'Screw',
price: 1,
description: 'A small item drilled into objects',
specs: '1 centimeter',
images: [
{
full: "1024px-Phillips_screw.jpg"
}
]
}
This is my HTML for adding the image
<img ng-src="{{product.images[0].full}}"/>
ng-srcvalue.