sb-admin-angular
sb-admin-angular copied to clipboard
Problem when using external SVG or PNG files
Hi! First, thanks for this awesome template. After hours trying, I can't find a way to visualize PNG or SVG files in the template. For some reason, the template doesn't seem to be able to get to the location of the file.
I created a folder called images and I keep on receiving the same message from the browser:
Cannot GET /images
I'm using:
<img ng-src="../../../../images/myImage.svg" class="img-responsive">
(The path is properly written, Brackets finds the file)
But still no clue why this is happening... Maybe something related to permissions?
Thank you very much, any help is appreciated!