folder structure
project
-app
-home
files.html
-uploads
-akp.txt
I am trying in access abc.txt from files.html
files.html
<ng-include src="'../uploads/akp.txt'"></ng-include>
but I get an error as:
folder structure
project
-app
-home
files.html
-uploads
-akp.txt
I am trying in access abc.txt from files.html
files.html
<ng-include src="'../uploads/akp.txt'"></ng-include>
but I get an error as:
